forth/forth-script
2022-02-08 22:14:44 +09:00

8 lines
74 B
Plaintext
Executable File

#! /usr/local/bin/gforth
\ Forth shell script
." Hello, World!" cr
bye