Added 'Misc./elif_problem.eax'
This commit is contained in:
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
|
Reference in New Issue
Block a user