Answers for "Expecting end on while loop got <eof> lua"

0

Expecting end on while loop got <eof> lua

-- "Expecting end on while loop got <eof> lua"
-- Because you need to add an end to every clause, while, and function.
while true do
	print("Text")
end
Posted by: Guest on February-18-2021

Code answers related to "Expecting end on while loop got <eof> lua"

Browse Popular Code Answers by Language