diff --git a/wip-duuqnd/syntax-example.txt b/wip-duuqnd/syntax-example.txt index 3c95293..26ef0d4 100644 --- a/wip-duuqnd/syntax-example.txt +++ b/wip-duuqnd/syntax-example.txt @@ -1,6 +1,6 @@ -dotimes x 200 +for x do 200 times if x < 100 then - pixeldraw(x + 10, x + 10) + pixeldraw (x + 10, x + 10) else pixeldraw(x + 10, 110) end