diff options
author | HorseMD <alightedness@gmail.com> | 2014-11-13 23:59:37 +0000 |
---|---|---|
committer | HorseMD <alightedness@gmail.com> | 2014-11-13 23:59:37 +0000 |
commit | 6cf6ce36684e38a5aaacde58be1cd83d58cebd8f (patch) | |
tree | 5d36fb6e9a8ae3b26de4650b08bacaccba66e2f3 /forth.html.markdown | |
parent | 481261458cf3dad917ae3bdc46b25540b2ca3d05 (diff) |
Reorder final notes section.
Diffstat (limited to 'forth.html.markdown')
-rw-r--r-- | forth.html.markdown | 9 |
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 ``` |