Forth/Command Reference
Appearance
< Forth
Command Reference
[edit | edit source]Data stack before execution | word | Data stack after execution | Explanation |
---|---|---|---|
stack item | . | stack item | stack item is displayed |
n1 n2 | + | (n1 + n2) | add topmost two numbers and leave result |
BYE | reboot[1] | ||
bye | reboot[1] | ||
power-off | shut down[1] |