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