diff --git a/Misc./elif_problem.eax b/Misc./elif_problem.eax new file mode 100644 index 0000000..12a6d92 --- /dev/null +++ b/Misc./elif_problem.eax @@ -0,0 +1,8 @@ +if 1 then + // ... +else + if 1 then + // ... + end if + // ... +end if // <- syntax error