7 lines
126 B
Text
7 lines
126 B
Text
for x do 200 times
|
|
if x < 100 then
|
|
pixeldraw (x + 10, x + 10)
|
|
else
|
|
pixeldraw(x + 10, 110)
|
|
end
|
|
end
|