Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.277 ge

a binary logical operator that works on numerical or string arguments x and y and that returns 1 for every element of x that is greater than or equal to the corresponding element of y, and 0 otherwise. String arguments are compared character by character, according to the positions of the characters in the character set. 'AB' ge 'AAA' yields 1, and 'A' ge 'AA' yields 0.

See also: eq, ne, gt, lt, le