Add example-3.c6l

This commit is contained in:
John Lorentzson 2025-07-04 11:21:29 +02:00
parent 76cd607bab
commit fa4458e2d7

View file

@ -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