forth/forth-script

8 lines
74 B
Plaintext
Raw Normal View History

2022-02-08 13:14:44 +00:00
#! /usr/local/bin/gforth
\ Forth shell script
." Hello, World!" cr
bye