Initial commit of sample Hello Forth World script.

This commit is contained in:
Ed Braaten 2015-05-04 19:51:54 -07:00
parent 010ed93aaf
commit f09f508324

7
forth/hello.fs Executable file
View file

@ -0,0 +1,7 @@
#! /usr/bin/gforth
\
\ Sample Hello World! Forth script...
\
.( Hello Forth World! ) cr
bye