From d468e4974b1cb4085e654f1fba7df38797ab16c0 Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Tue, 7 Aug 2012 00:32:42 +0200 Subject: [PATCH] Added language "The Harper Programmer". A simple programming language from the mid-'90s. The compiler was published from a popular German publisher called Sybex. --- t/thp.hrp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 t/thp.hrp diff --git a/t/thp.hrp b/t/thp.hrp new file mode 100644 index 00000000..78682fa6 --- /dev/null +++ b/t/thp.hrp @@ -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