2018-08-22 01:37:32 -03:00

6 lines
86 B
Plaintext
Executable File

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