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.