1a = 'abc'
2b = [1, 2, 3]
3i = 0
4while i<30_000_000 # while loop 1
5  i += 1
6  a.length
7  b.length
8end
9
10