Merge pull request #212 from dcondrey/master

Numerous obscure examples
This commit is contained in:
Mike Donaghy
2015-09-06 20:16:48 -04:00
24 changed files with 339 additions and 1 deletions

2
#/4test Normal file
View File

@@ -0,0 +1,2 @@
testcase printHelloWorld()
print("Hello World!")

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