From 4e7b06b68f119aa0e21e8a29f54718aa216156e2 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 26 Aug 2015 18:30:39 -0700 Subject: [PATCH] Create advpl --- a/advpl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 a/advpl diff --git a/a/advpl b/a/advpl new file mode 100644 index 00000000..12a66f0c --- /dev/null +++ b/a/advpl @@ -0,0 +1,5 @@ +User Function Hello() +Local cMsg := "Hello, world!" +conout(cMsg) +MsgInfo(cMsg) +Return