[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Introducing: Magic Gosub
On Sunday, August 12, 2012 3:55:07 PM UTC-5, Ivan X wrote:
> Hello,
>
>
>
> I am pleased to announce the release of Magic Gosub, a free tool for the benefit of anyone who programs in Applesoft BASIC, at any skill level.
>
>
>
> Magic Gosub enables Applesoft to GOSUB to a text label which appears in a REM statement, rather than needing to specify a line number. For example:
>
>
>
> GOSUB "DoSomething"
>
>
>
> will find the line containing:
>
>
>
> REM "DoSomething"
>
>
>
> Magic Gosub can also perform a GOTO by prepending an @, like this: GOSUB @"GoSomewhere"
>
>
>
> Check it out at http://appleii.ivanx.com/magicgosub
>
>
>
> Magic Gosub was originally presented as a HackFest entry at KansasFest 2012. As always, any feedback, questions, bug reports, etc are welcome.
>
>
>
> Cheers,
>
> Ivan.
I find this interesting but what impact does it have on performance, its not much to provide a list of sub's for reference (though in fairness I always have and will HATE writing applesoft on the II so its not that big of a deal to scroll around gedit, or have a reference list window open for me)