Files
oldlinux-files/Minix/1.7.5/MANUALS/CAT3/STRCMP.3
2024-02-19 00:21:39 -05:00

16 lines
293 B
Groff

NAME
lge, lgt, lle, llt - string comparison intrinsic functions
SYNTAX
character*N a1, a2
logical l
l = lge (a1,a2)
l = lgt (a1,a2)
l = lle (a1,a2)
l = llt (a1,a2)
DESCRIPTION
These functions return .TRUE. if the inequality holds and
.FALSE. otherwise.