retroforth/doc/book/Programming-Techniques-Working-With-Numbers

15 lines
249 B
Text
Raw Normal View History

# 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.