diff options
| author | kitty <nepeta@canaglie.net> | 2026-04-12 09:56:56 +1000 |
|---|---|---|
| committer | kitty <nepeta@canaglie.net> | 2026-04-12 09:56:56 +1000 |
| commit | 8a0a5595ab3e8ab8cdcd36c24c6d22f85cdee00e (patch) | |
| tree | 3c588c73e3239f218aa4f880cd631e327d7b15cd /readme.md | |
| parent | 62adb1da98c0a2186367e2ffb4eb8791153e7267 (diff) | |
console input: it Works, ok
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. |
