31.10.2018, 22:43
Hi.
I have some code that i want to stop/exit at first line if true. How is this achived in Lua? I can't find a straight answer for this on google.
if VALUE1 < VALUE2 then "don't go to next if: exit, break, return or something like that"
end
if VALUE3 < VALUE4 then do something
end
I have some code that i want to stop/exit at first line if true. How is this achived in Lua? I can't find a straight answer for this on google.
if VALUE1 < VALUE2 then "don't go to next if: exit, break, return or something like that"
end
if VALUE3 < VALUE4 then do something
end