Create 4thdimension.4dd

This commit is contained in:
David
2015-08-26 17:37:21 -07:00
parent 9ffc4e7252
commit 806f356071

4
#/4thdimension.4dd Normal file
View File

@@ -0,0 +1,4 @@
OPEN WINDOW (10;45;500;330;0;"Hello Window")
While (True)
MESSAGE ("Hello World!")
End while