var i
var j[2] = [0,1]

for i in 30:1 step -3 do
	j = j + [1,2]
end
