XL Fortran for AIX 8.1

Language Reference


LLE(STRING_A, STRING_B)

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

STRING_A
must be of type default character.

STRING_B
must be of type default character.

Class

Elemental function

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)

Notes:

  1. IBM Extension: the ability to pass the name as an argument.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]