
A simple programming language from the mid-'90s. The compiler was published from a popular German publisher called Sybex.
7 lines
155 B
Plaintext
7 lines
155 B
Plaintext
; Hello World in "The Harper Programmer"
|
|
; Compiled and tested with version 2.0 Sybex Edition
|
|
|
|
Variable Msg,13,"Hello, World!"
|
|
|
|
Write Msg
|