Added 'Misc./elif_problem.eax'
This commit is contained in:
parent
abf8683dc8
commit
c3165fa77a
8
Misc./elif_problem.eax
Normal file
8
Misc./elif_problem.eax
Normal file
@ -0,0 +1,8 @@
|
||||
if 1 then
|
||||
// ...
|
||||
else
|
||||
if 1 then
|
||||
// ...
|
||||
end if
|
||||
// ...
|
||||
end if // <- syntax error
|
Loading…
x
Reference in New Issue
Block a user