Closed esternin closed 1 year ago
@fboseglav: Declaring new labels in scripts does not check against the list of existing ones, resulting in the last label of the same name being the ultimate target for the GOTO, leading to unpredictable behaviour.
GOTO
Need to check against the labels already defined.
Bugfix implemented bc50413
@fboseglav: Declaring new labels in scripts does not check against the list of existing ones, resulting in the last label of the same name being the ultimate target for the
GOTO
, leading to unpredictable behaviour.Need to check against the labels already defined.