def main(a): x = 7 for i in 0..10 do // x = x + a x = x + a endfor return x