6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
User Function Hello()
|
|
Local cMsg := "Hello, world!"
|
|
conout(cMsg)
|
|
MsgInfo(cMsg)
|
|
Return
|