Add syntax example
This commit is contained in:
parent
c6392088f8
commit
3878b57848
1 changed files with 7 additions and 0 deletions
7
wip-duuqnd/syntax-example.txt
Normal file
7
wip-duuqnd/syntax-example.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
dotimes x 200
|
||||
if x < 100 then
|
||||
pixeldraw(x + 10, x + 10)
|
||||
else
|
||||
pixeldraw(x + 10, 110)
|
||||
end
|
||||
end
|
Loading…
Add table
Reference in a new issue