From edba1b39c8dee9f383b4b1dd1732e2b1afc55a40 Mon Sep 17 00:00:00 2001 From: HorseMD Date: Thu, 13 Nov 2014 23:16:26 +0000 Subject: Add a few misc ideas to section Final Notes. --- forth.html.markdown | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/forth.html.markdown b/forth.html.markdown index 9c95f66b..aec74333 100644 --- a/forth.html.markdown +++ b/forth.html.markdown @@ -202,11 +202,18 @@ myfloatingvar f@ f. \ 4.4 ok \ --------------------------------- Final Notes -------------------------------- -\ bye +\ Loading Forth files: +s" forthfile.fs" included + +\ If you find yourself wanting to clear the stack, typing something that's not +\ a defined word or a number will work. + +\ `bye` closes gforth. ``` ##Ready For More? * [Starting Forth](http://www.forth.com/starting-forth/) +* [Simple Forth](http://www.murphywong.net/hello/simple.htm) * [Thinking Forth](http://thinking-forth.sourceforge.net/) -- cgit v1.2.3