Added 'Misc./elif_problem.eax'

This commit is contained in:
anon 2024-07-22 19:39:19 +02:00
parent abf8683dc8
commit c3165fa77a

8
Misc./elif_problem.eax Normal file
View File

@ -0,0 +1,8 @@
if 1 then
// ...
else
if 1 then
// ...
end if
// ...
end if // <- syntax error