for x do 200 times
    if x < 100 then
        pixeldraw (x + 10, x + 10)
    else
        pixeldraw(x + 10, 110)
    end
end