1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-20 03:38:26 +10:00
collapseos/blk/034
2020-04-14 10:04:09 -04:00

17 lines
419 B
Plaintext

Symbols
Throughout words, different symbols are used in different
contexts, but we try to been consistent in their use. Here's
their definitions:
! - Store
@ - Fetch
$ - Initialize
^ - Arguments in their opposite order
< - Input
> - 1. Pointer in a buffer 2. Opposite of "<".
( - Lower boundary
) - Upper boundary
* - Word indirection (pointer to word)
(cont.)