a = 'abc'
b = [1, 2, 3]
i=0
while i<30_000_000 # while loop 1
  i+=1
  a.length
  b.length
end