6 lines
86 B
Plaintext
Raw Normal View History

2015-08-26 18:30:39 -07:00
User Function Hello()
Local cMsg := "Hello, world!"
conout(cMsg)
MsgInfo(cMsg)
Return