tests: Update samples for better testing

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2017-11-13 02:15:17 +01:00
parent d5945e8c39
commit 34a227d2ff
2 changed files with 35 additions and 0 deletions
+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