| | Re: Are there GOTO statements in NQC? T. Alexander Popiel
| | | (...) I've been coding since about '81, too. Big deal. (...) Well, yes, by transforming it into a while loop with a state variable representing what would otherwise be the execution counter. While this is a provable transformation, it doesn't (...) (21 years ago, 21-Nov-03, to lugnet.robotics)
| | | | | | | | Re: Are there GOTO statements in NQC? Jim Choate
| | | | | (...) Um, not exactly. Structured programming is about taking a high level problem, breaking it down into logically related modules (using as much reuse as possible) and then breaking those modules down as well, and so on. It's about being cognizent (...) (21 years ago, 21-Nov-03, to lugnet.robotics)
| | | | | | |