GNU Info

Info Node: (g77-295.info)LLe Intrinsic

(g77-295.info)LLe Intrinsic


Next: LLt Intrinsic Prev: Link Intrinsic (subroutine) Up: Table of Intrinsic Functions
Enter node , (file) or (file)node

LLe Intrinsic
.............

     LLe(STRING_A, STRING_B)

LLe: `LOGICAL(KIND=1)' function.

STRING_A: `CHARACTER'; scalar; INTENT(IN).

STRING_B: `CHARACTER'; scalar; INTENT(IN).

Intrinsic groups: (standard FORTRAN 77).

Description:

   Returns `.TRUE.' if `STRING_A.LE.STRING_B', `.FALSE.' otherwise.
STRING_A and STRING_B are interpreted as containing ASCII character
codes.  If either value contains a character not in the ASCII character
set, the result is processor dependent.

   If the STRING_A and STRING_B are not the same length, the shorter is
compared as if spaces were appended to it to form a value that has the
same length as the longer.

   Note: LGe Intrinsic, for information on the distinction between
the `LLE' intrinsic and the `.LE.'  operator.


automatically generated by info2www version 1.2.2.9