diff --git a/p/pb.pwr b/p/pb.pwr new file mode 100644 index 00000000..0bff8c64 --- /dev/null +++ b/p/pb.pwr @@ -0,0 +1,5 @@ +; Hello World in "PowerBatch Plus+" from Computing Systems Design, Inc. + +Variable Msg,13,"Hello, World!" + +Write Msg 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