test: Basic sample

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2017-11-11 22:32:42 +01:00
parent 2be7f85158
commit c0556b3b16
+7
View File
@@ -0,0 +1,7 @@
Graphics 800,600,32,2
SetBuffer BackBuffer()
Local value% = 1
If value == 1 Then
Print "Hello World"
EndIf