Files
RCBASIC4/doc/files/sign.txt
2026-02-26 15:33:51 -06:00

10 lines
132 B
Plaintext

#title Sign [RCBasic Doc]
#header Function Sign(n)
Returns the sign of a number
n < 0 returns -1
n = 0 returns 0
n > 0 returns 1