Update VisualFoxPro.prg
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
* Message Box:
|
||||
|
||||
MESSAGEBOX("Hello World")
|
||||
|
||||
* Print to screen:
|
||||
? "Hello World"
|
||||
|
||||
* GUI:
|
||||
loForm = CREATEOBJECT("HiForm")
|
||||
loForm.Show(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user