chickadee » chicken » version » version>=?

version>=? v1 v2procedure

Return #t if v1 is greater than or equal to v2, where both arguments are assumed to encode version numbers. The values can be of any type and will be converted to strings (using ->string) if necessary. The comparison accepts separators like ".", "-", etc. and compares sub-elements numerically, if possible.