Initial commit of sample Hello Forth World script.
This commit is contained in:
parent
010ed93aaf
commit
f09f508324
1 changed files with 7 additions and 0 deletions
7
forth/hello.fs
Executable file
7
forth/hello.fs
Executable file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#! /usr/bin/gforth
|
||||||
|
\
|
||||||
|
\ Sample Hello World! Forth script...
|
||||||
|
\
|
||||||
|
|
||||||
|
.( Hello Forth World! ) cr
|
||||||
|
bye
|
||||||
Loading…
Add table
Add a link
Reference in a new issue