mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Reorder final notes section.
This commit is contained in:
parent
481261458c
commit
6cf6ce3668
@ -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
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user