User Tools

Site Tools


tutorials:forth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorials:forth [2022/01/08 12:42]
papa
tutorials:forth [2022/01/08 12:47]
papa [Reference]
Line 47: Line 47:
 Forth source files can be prepared with any editor. Load and interpret source files in FORTH-10 with the command ''LOAD "//file//"''. Forth source files can be prepared with any editor. Load and interpret source files in FORTH-10 with the command ''LOAD "//file//"''.
  
-===== Hello, World! =====+====== Hello, World! ======
  
   : HELLO CR ." "HELLO, WORLD!" CR ; Ok   : HELLO CR ." "HELLO, WORLD!" CR ; Ok
Line 75: Line 75:
  
 At start-up, FORTH-10 searches the user's log-in directory for a file named ''AUTO-LOAD.4TH''. If such a file exists, it is loaded automatically. If the file does not exist, FORTH-10 displays a standard greeting message. At start-up, FORTH-10 searches the user's log-in directory for a file named ''AUTO-LOAD.4TH''. If such a file exists, it is loaded automatically. If the file does not exist, FORTH-10 displays a standard greeting message.
 +
 +====== Reference ======
 +
 +//Starting FORTH// is the standard introductory text for the Forth language.
 +
 +* Leo Brody, //Starting FORTH//. Forth, Inc. https://www.forth.com/starting-forth/. [Accessed January 8, 2022.]
 +
tutorials/forth.txt ยท Last modified: 2022/06/07 02:10 by rcs