9 lines
103 B
Plaintext
9 lines
103 B
Plaintext
if 1 then
|
|
// ...
|
|
else
|
|
if 1 then
|
|
// ...
|
|
end if
|
|
// ...
|
|
end if // <- syntax error
|