Forever Loop em lua
while( true )
do
print("This loop will run forever.")
end
Catking The Cat That Has An Extremely Long Username
while( true )
do
print("This loop will run forever.")
end