b2ac237c35
FossilOrigin-Name: 61bec5c3ab74da3be2fa090a346b667bfa03cea534d8b378b9ac3245412bdc72
14 lines
249 B
Text
14 lines
249 B
Text
# Working With Numbers
|
|
|
|
Numbers in RETRO are signed, 32 bit integers with a range of
|
|
-2,147,483,648 to 2,147,483,647.
|
|
|
|
## Token Prefix
|
|
|
|
All numbers start with a `#` prefix.
|
|
|
|
## Namespace
|
|
|
|
Most words operating on numbers are in the `n:` namespace.
|
|
|
|
|