Merge pull request #365 from sanspace/patch-2

Hello World! Not just a Hello.
This commit is contained in:
Mike Donaghy
2017-02-12 16:24:13 -06:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
public function Main()
code
call Msgbox("Hello", "My first program", "OK")
call Msgbox("Hello World!", "My first program", "OK")
end function
end class