218c46269d
FossilOrigin-Name: 053a8412868c2c50d94f190faa13b0e69b805c4dd23decaced4696262c428534
7 lines
219 B
Text
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.
|