diff options
-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 ``` |