[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Introducing: Magic Gosub
- Subject: Introducing: Magic Gosub
- From: ivan@ivanx.com
- Date: Sun, 12 Aug 2012 13:55:07 -0700 (PDT)
- Complaints-to: groups-abuse@google.com
- Injection-info: glegroupsg2000goo.googlegroups.com; posting-host=108.27.40.46; posting-account=2UckXgoAAADUCnF5gmOPRxbdiB3gDMH1
- Newsgroups: comp.sys.apple2
- Organization: http://groups.google.com
- User-agent: G2/1.0
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.