diff --git a/tests/sample.bb b/tests/sample.bb new file mode 100644 index 0000000..0af54d9 --- /dev/null +++ b/tests/sample.bb @@ -0,0 +1,7 @@ +Graphics 800,600,32,2 +SetBuffer BackBuffer() + +Local value% = 1 +If value == 1 Then + Print "Hello World" +EndIf \ No newline at end of file