i = 1 while i <= 100 do if i % 2 == 0 then print( i , "\n" ) end i += 1 end