Reorder final notes section.

This commit is contained in:
HorseMD 2014-11-13 23:59:37 +00:00
parent 481261458c
commit 6cf6ce3668

View File

@ -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
```