summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorkitty <nepeta@canaglie.net>2026-04-12 09:56:56 +1000
committerkitty <nepeta@canaglie.net>2026-04-12 09:56:56 +1000
commit8a0a5595ab3e8ab8cdcd36c24c6d22f85cdee00e (patch)
tree3c588c73e3239f218aa4f880cd631e327d7b15cd /readme.md
parent62adb1da98c0a2186367e2ffb4eb8791153e7267 (diff)
console input: it Works, ok
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 0e9e694..c2cc91a 100644
--- a/readme.md
+++ b/readme.md
@@ -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.