diff --git a/forth/hello.fs b/forth/hello.fs new file mode 100755 index 0000000..f5118ef --- /dev/null +++ b/forth/hello.fs @@ -0,0 +1,7 @@ +#! /usr/bin/gforth +\ +\ Sample Hello World! Forth script... +\ + +.( Hello Forth World! ) cr +bye