848ba7303b
FossilOrigin-Name: b5feea667d30aac255d1cfca61fed355d438d2ce6021677f1e53af6302b15eee
7 lines
194 B
Text
7 lines
194 B
Text
Short for *top of return stack*, this returns the top item on the
|
|
address stack. As an analog to traditional Forth, this is equivilent
|
|
to `R@`.
|
|
|
|
~~~
|
|
:tors (-n) pop pop dup push swap push ;
|
|
~~~
|