ZacharyWesterman / paisley

Plasma Automation / Instruction Scripting Language
GNU General Public License v3.0
0 stars 0 forks source link

dynamic gosubs don't keep all possible subroutines #110

Closed ZacharyWesterman closed 4 months ago

ZacharyWesterman commented 4 months ago

e.g. if gosub "{expression}_abc" then ... end will never jump to subroutine sub_abc ... end even if expression is set to "sub".