Open ArcherSean opened 17 hours ago
Hi there, I met a problem when I use 'goto' in gopher-lua v1.1.1. When I use goto like this
for i = 1, #backupSource do
if i == 2 then
goto continue
end
::continue::
end
It get error:
near '::': syntax error
Is there something wrong with how I used it?
You must post issues only here. Questions, ideas must be posted in discussions.
Please answer the following before submitting your issue: