retroforth/book/Programming-Techniques-Working-With-Numbers
crc 82ac0e1227 more work on the book
FossilOrigin-Name: b4d7f3d85ae7c64c9977d43675afc61347635edf0b3f6d4a7f12e38c0ccc151e
2019-03-15 14:23:47 +00:00

10 lines
175 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.