Minor tweaks (#1052)

This commit is contained in:
MrBrain295
2021-06-19 01:38:47 -05:00
committed by GitHub
parent c7b0dcfb27
commit ccbb5b8568

View File

@@ -1,10 +1,7 @@
* Message Box:
MESSAGEBOX("Hello World")
* Print to screen:
? "Hello World"
* GUI:
loForm = CREATEOBJECT("HiForm")
loForm.Show(1)