Update VisualFoxPro.prg

This commit is contained in:
MrBrain295
2021-06-02 08:00:47 -05:00
committed by GitHub
parent a44c73b610
commit 0c91ed6c0a

View File

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