From 481261458cf3dad917ae3bdc46b25540b2ca3d05 Mon Sep 17 00:00:00 2001 From: HorseMD Date: Thu, 13 Nov 2014 23:57:02 +0000 Subject: [PATCH] Mention word . Also comment-out the file-include line. --- forth.html.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/forth.html.markdown b/forth.html.markdown index 8a24dccc..55286c21 100644 --- a/forth.html.markdown +++ b/forth.html.markdown @@ -195,10 +195,11 @@ myfloatingvar f@ f. \ 4.4 ok \ --------------------------------- Final Notes -------------------------------- \ Loading Forth files: -s" forthfile.fs" included +\ 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. +\ Typing a non-existent word will empty the stack. However, there's also a word +\ specifically for that: +clearstack \ `bye` closes gforth.