4 lines
68 B
Text
4 lines
68 B
Text
|
|
FUNCTION PBMAIN() AS LONG
|
||
|
|
MSGBOX "Goodbye, World!"
|
||
|
|
END FUNCTION
|