Next: LGT, Previous: LGAMMA, Up: Intrinsic Procedures
LGE — Lexical greater than or equalIn general, the lexical comparison intrinsics LGE, LGT,
LLE, and LLT differ from the corresponding intrinsic
operators .GE., .GT., .LE., and .LT., in
that the latter use the processor's character ordering (which is not
ASCII on some targets), whereas the former always use the ASCII
ordering.
     
RESULT = LGE(STRING_A, STRING_B)
     | STRING_A | Shall be of default CHARACTERtype. | 
| STRING_B | Shall be of default CHARACTERtype. | 
.TRUE. if STRING_A >= STRING_B, and .FALSE.
otherwise, based on the ASCII ordering.