sign >>-sign-------------------------------------------------------->< Returns a number that indicates the sign of the receiving string, which
is a number. The receiving string is first rounded according to standard Rexx
rules, as though the operation
String class - sign method "12.3"~sign -> 1 " -0.307"~sign -> -1 0.0~sign -> 0 |