Added language "The Harper Programmer".

A simple programming language from the mid-'90s. The compiler was published from a popular German publisher called Sybex.
This commit is contained in:
Michael Bemmerl
2012-08-07 00:32:42 +02:00
parent 4c4d25f29f
commit d468e4974b

6
t/thp.hrp Normal file
View File

@@ -0,0 +1,6 @@
; Hello World in "The Harper Programmer"
; Compiled and tested with version 2.0 Sybex Edition
Variable Msg,13,"Hello, World!"
Write Msg