01-24-2026, 01:47 AM
(01-24-2026, 01:03 AM)Unseen Machine Wrote: I got AI code with RETURN and GOSUB recently! Made me mad! AI said, sorry i feel into old methods!
I actually still use GOSUB but I use it within named SUB's and functions. In a couple other languages I use I can do named SUB's within the name
Space of a larger SUB. Doing a GOSUB within a named SUB is a solution if I need access to the local variables of a SUB but don't want to break out another
named sub and pass more parameters !

