summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHorseMD <alightedness@gmail.com>2014-11-13 23:57:02 +0000
committerHorseMD <alightedness@gmail.com>2014-11-13 23:57:02 +0000
commit481261458cf3dad917ae3bdc46b25540b2ca3d05 (patch)
treecfe68e29beee21b1a0f8dd439f44b78b442a5bf5
parent11313c9c005be9979883ca866e4da9aeb3413091 (diff)
Mention word . Also comment-out the file-include line.
-rw-r--r--forth.html.markdown7
1 files changed, 4 insertions, 3 deletions
diff --git a/forth.html.markdown b/forth.html.markdown
index 8a24dccc..55286c21 100644
--- a/forth.html.markdown
+++ b/forth.html.markdown
@@ -195,10 +195,11 @@ myfloatingvar f@ f. \ 4.4 ok
\ --------------------------------- Final Notes --------------------------------
\ Loading Forth files:
-s" forthfile.fs" included
+\ s" forthfile.fs" included
-\ If you find yourself wanting to clear the stack, typing something that's not
-\ a defined word or a number will work.
+\ Typing a non-existent word will empty the stack. However, there's also a word
+\ specifically for that:
+clearstack
\ `bye` closes gforth.