From 7110802dab9ffa0f94d39f269c71ae2f8830a81c Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Sat, 6 May 2017 16:19:42 +0200 Subject: [PATCH] Fix incorrect explanation of the effect of multiple labels in LSO. --- main.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index 975d612..9a60689 100755 --- a/main.py +++ b/main.py @@ -238,10 +238,11 @@ Case insensitive. DupLabels - Normally, a duplicate label within a function is allowed by the syntax by using {{}} blocks; however, the server will just refuse to save the script (under Mono) or do - something completely unexpected (under LSO: all jumps - will go to the last label with that name). This flag - works around that limitation by replacing the names of - the labels in the output with unique ones. + something completely unexpected (under LSO: only the + last jump will execute, and it will go to the last label + with that name). This flag works around that limitation + by replacing the names of the labels in the output with + unique ones. Deprecated / compatibility syntax extensions options: