We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4d931 commit 16bf153Copy full SHA for 16bf153
index.markdown
@@ -560,8 +560,9 @@ stack:
560
561
{% include editor.html size="small"%}
562
563
-You should see the value `1000` on the stack. This Forth implementation arbitrarily
564
-starts storing variables at the memory location `1000`.
+You should see an address (some value like `1577`) on the stack. This Forth implementation arbitrarily
+starts storing variables at the memory location `1000`,
565
+and the internal variables and buffers already take up some space.
566
567
The word `!` stores a value at the memory location referenced by a variable, and the
568
word `@` fetches the value from a memory location:
0 commit comments