How is everyone doing on their programs? What's something new that you learned? What's something you've done so far that you're proud of?
I'm getting close to halfway done? Except the program takes just over 3 minutes to start.. 馃槶 so I need to work on that. I've never programmed in Applesoft Basic before, outside of typing in some mystery code from a magazine when I was a kid. It's been fun reading through 40+ year old documentation. 馃ぃ
Something funny I read in the official Applesoft BASIC Programmer's Reference Manual (Volume I):
Jumping into or out of the middle of a subroutine with an ordinary GOTO subverts Applesoft's orderly control stack mechanism (see "How Subroutines Stack Up," below) and causes the programmer to be in a state of sin. People who indulge in such odious practices should be ostracized from polite society.
Also:
Warning
Cross-looping is a second-degree misdemeanor punishable by five minutes in the penalty box and a NEXT WITHOUT FOR error. It will also melt your keyboard.
Ah.. gotta love that old school programmer humor. 馃槅