LLE(STRING_A, STRING_B)

Purpose

Test whether a string is lexically less than or equal to another string, based on the ASCII collating sequence.

Class

Elemental function

Argument type and attributes

STRING_A
An INTENT(IN) CHARACTER
STRING_B
An INTENT(IN) CHARACTER

Result type and attributes

Default logical.

Result value

Examples

LLE ('ONE', 'TWO') has the value .TRUE..

Specific Name Argument Type Result Type Pass As Arg?
LLE default character default logical yes  1 
Note:
  •  1  IBM extension: the ability to pass the name as an argument.