8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
|
#! /usr/local/bin/gforth
|
||
|
|
||
|
\ Forth shell script
|
||
|
|
||
|
." Hello, World!" cr
|
||
|
|
||
|
bye
|