diff --git a/wip-duuqnd/user-side-compiler/example-3.c6l b/wip-duuqnd/user-side-compiler/example-3.c6l new file mode 100644 index 0000000..e78a71d --- /dev/null +++ b/wip-duuqnd/user-side-compiler/example-3.c6l @@ -0,0 +1,14 @@ +for x do 16 times + if x == 5 then + drawline(0, 0, 10, 10) + if 1 == y then + set_background(4) + else + set_background(0) + end + y = 1 + else + set_background(0) + drawline(100, 100, 120, 120) + end +end \ No newline at end of file