summaryrefslogtreecommitdiffhomepage
path: root/forth.html.markdown
diff options
context:
space:
mode:
authorHorseMD <alightedness@gmail.com>2014-11-13 23:59:37 +0000
committerHorseMD <alightedness@gmail.com>2014-11-13 23:59:37 +0000
commit6cf6ce36684e38a5aaacde58be1cd83d58cebd8f (patch)
tree5d36fb6e9a8ae3b26de4650b08bacaccba66e2f3 /forth.html.markdown
parent481261458cf3dad917ae3bdc46b25540b2ca3d05 (diff)
Reorder final notes section.
Diffstat (limited to 'forth.html.markdown')
-rw-r--r--forth.html.markdown9
1 files changed, 5 insertions, 4 deletions
diff --git a/forth.html.markdown b/forth.html.markdown
index 55286c21..0e3cdd2a 100644
--- a/forth.html.markdown
+++ b/forth.html.markdown
@@ -194,14 +194,15 @@ myfloatingvar f@ f. \ 4.4 ok
\ --------------------------------- Final Notes --------------------------------
-\ Loading Forth files:
-\ s" forthfile.fs" included
-
\ Typing a non-existent word will empty the stack. However, there's also a word
\ specifically for that:
clearstack
-\ `bye` closes gforth.
+\ Loading Forth files:
+\ s" forthfile.fs" included
+
+\ Exiting Gforth:
+\ bye
```