From fb410af8b835f2ea02ee22a9113088c8ad237703 Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Tue, 7 Aug 2012 00:39:48 +0200 Subject: [PATCH] Added language "PowerBatch Plus+" --- p/pb.pwr | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 p/pb.pwr 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