summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 0bc797e..e4c544f 100644
--- a/readme.md
+++ b/readme.md
@@ -74,6 +74,9 @@ start compilation of the word 'name'.
### `; ( -- ) IMMEDIATE`
end compilation of the currently compiling word.
+### `\ ( -- ) IMMEDIATE`
+start a comment that lasts until the end of the current line.
+
### `@ ( a -- u )`
fetch the 64 bit value at memory address a.
@@ -206,7 +209,7 @@ true if xt is marked immediate, false otherwise.
interprets the contents of the terminal input buffer
until it runs out.
-### `invert ( u -- u')`
+### `invert ( u -- u' )`
invert all bytes in u.
### `latest ( -- a )`