lua for loop infinte code example Example: forever loop in lua while( true ) do print("This loop will run forever.") end