Next: syslib symbols conversion, Previous: syslib symbols constructors, Up: syslib symbols [Index]
Return #t
if the symbol arguments have equal pretty string name
according to $string=
; otherwise return #f
.
The arguments must be symbols. Return #t
if the arguments are
different; otherwise return #f
.
Return #t
if the symbol arguments have pretty string names
satisfying, respectively: $string<
, $string>
,
$string<=
, $string>=
; otherwise return #f
.
Return the symbol argument having maximal or minimal pretty string name
according to $string-max
and string-min
.