diff --git a/wip-duuqnd/syntax-example.txt b/wip-duuqnd/syntax-example.txt new file mode 100644 index 0000000..3c95293 --- /dev/null +++ b/wip-duuqnd/syntax-example.txt @@ -0,0 +1,7 @@ +dotimes x 200 + if x < 100 then + pixeldraw(x + 10, x + 10) + else + pixeldraw(x + 10, 110) + end +end