print("Starting loop: test 123") for i = 1, 5 do print("i =", i) -- we'll stop here end print("Yaaayyyy it works perfectly fine :)")