From 806f356071446e6adae6d56c05c15818e8cad443 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 26 Aug 2015 17:37:21 -0700 Subject: [PATCH] Create 4thdimension.4dd --- #/4thdimension.4dd | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 #/4thdimension.4dd diff --git a/#/4thdimension.4dd b/#/4thdimension.4dd new file mode 100644 index 00000000..4f84b798 --- /dev/null +++ b/#/4thdimension.4dd @@ -0,0 +1,4 @@ +OPEN WINDOW (10;45;500;330;0;"Hello Window") +While (True) + MESSAGE ("Hello World!") +End while