2015-08-26 18:30:39 -07:00

6 lines
86 B
Plaintext

User Function Hello()
Local cMsg := "Hello, world!"
conout(cMsg)
MsgInfo(cMsg)
Return