[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AppleCommander on Mac OS X



Sweet jesus... this is the perfect tool for my needs!!!  I was wanting
a way to automate my build/test process for doing assembly programming,
and this is something I can run from the commmandline to do just that!
Perfect!!!

In applesoft:

5 inverse: gosub 20;
10 normal: gosub 20;
15 goto 2
20 print "thank you!  "; : return

(yes, for you a barber pole effect of never-ending thanks.)