What happens if inline variables are used inside a loop:
for i := 1 to N do begin for var j := 1 to M do begin { Do something with i and j }