Create advpl

This commit is contained in:
David 2015-08-26 18:30:39 -07:00
parent 2c62a161c2
commit 4e7b06b68f

5
a/advpl Normal file
View File

@ -0,0 +1,5 @@
User Function Hello()
Local cMsg := "Hello, world!"
conout(cMsg)
MsgInfo(cMsg)
Return