esternin / eXtrema

https://www.physics.brocku.ca/Labs/extrema/
GNU General Public License v2.0
6 stars 1 forks source link

Duplicate labels not detected in scripts #64

Closed esternin closed 1 year ago

esternin commented 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.

Need to check against the labels already defined.

esternin commented 1 year ago

Bugfix implemented bc50413