Version 1 of >=

Updated 2007-11-02 16:40:36 by LV

expr comparison operator; returns whether the first numeric argument is greater than or equal to the second numeric argument.

Examples

% expr 1 >= 2
0
% expr 1 >= 0
1