📅  最后修改于: 2022-03-11 14:55:56.540000             🧑  作者: Mango
-- "Expecting end on while loop got lua"
-- Because you need to add an end to every clause, while, and function.
while true do
print("Text")
end