Fix incorrect explanation of the effect of multiple labels in LSO.

This commit is contained in:
Sei Lisa 2017-05-06 16:19:42 +02:00
parent 6fe4cc3ae8
commit 7110802dab

View file

@ -238,10 +238,11 @@ Case insensitive.
DupLabels - Normally, a duplicate label within a function is allowed DupLabels - Normally, a duplicate label within a function is allowed
by the syntax by using {{}} blocks; however, the server by the syntax by using {{}} blocks; however, the server
will just refuse to save the script (under Mono) or do will just refuse to save the script (under Mono) or do
something completely unexpected (under LSO: all jumps something completely unexpected (under LSO: only the
will go to the last label with that name). This flag last jump will execute, and it will go to the last label
works around that limitation by replacing the names of with that name). This flag works around that limitation
the labels in the output with unique ones. by replacing the names of the labels in the output with
unique ones.
Deprecated / compatibility syntax extensions options: Deprecated / compatibility syntax extensions options: