7 lines
153 B
Plaintext
Executable File
7 lines
153 B
Plaintext
Executable File
; Hello World in "The Harper Programmer"
|
|
; Compiled and tested with version 2.0 Sybex Edition
|
|
|
|
Variable Msg,13,"Hello World"
|
|
|
|
Write Msg
|