diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -632,6 +632,9 @@ yield the address of the return pointer. note that the address points to the return stack *before* this word was called. +### `rp0 ( -- a )` +a variable containing the value of the return stack at the beginning of the program. + ### `s" ( "string" -- , COMPILES: -- a u ) IMMEDIATE COMPILE-ONLY` compile into the definition code to push the given string, terminated by a double quote. |
