Files
RCBASIC4/doc/files/sign.txt
2024-10-06 17:07:06 -04:00

9 lines
131 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