This article is tagged with:
Forever loop in lua
and lua
forever loop in lua
while( true )
do
print("This loop will run forever.")
end