retroforth/doc/book/Programming-Techniques-Return-Stack
crc 218c46269d minor updates, new server examples
FossilOrigin-Name: 053a8412868c2c50d94f190faa13b0e69b805c4dd23decaced4696262c428534
2019-06-27 17:20:03 +00:00

7 lines
219 B
Text

# The Return Stack
RETRO has two stacks. The primary one is used to pass data
beween words. The second one primarily holds return addresses.
Each time a word is called, the next address is pushed to
the return stack.