6 lines
84 B
Plaintext
Raw Normal View History

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