0 Members and 1 Guest are viewing this topic.
For(X,0,9) Lbl EX1EndGoto EX1
Lbl EX2Repeat... While... If... Goto EX2 End EndEnd
Goto EX3Repeat... While... If... Lbl EX3 End EndEnd
In Axe, what precisely does DiagnosticOff and DiagnosticOn do? The documentation states that it turns off the run indicator, plus prevents 'Done' from displaying, but the run indicator is never on normally (I think). The User's Guide states that it leaves your code cleaner: in what way?In Axe, are there any penalties for using Goto? <snip>
In Axe, what precisely does DiagnosticOff and DiagnosticOn do? The documentation states that it turns off the run indicator, plus prevents 'Done' from displaying, but the run indicator is never on normally (I think). The User's Guide states that it leaves your code cleaner: in what way?
Muhahaha! Sweet.No penalties, except in subroutines!No more having to create elaborate 'While' or 'Repeat' loops to manage program flow!Now the only thing I have to worry about is the occasional velociraptor.*Michael wanders off whistling, planning.
Now the only thing I have to worry about is the occasional velociraptor.
Quote from: Michael_Lee on November 24, 2010, 10:05:48 amNow the only thing I have to worry about is the occasional velociraptor.I dont get the cartoon...
Quote from: aeTIos on November 24, 2010, 10:35:07 amQuote from: Michael_Lee on November 24, 2010, 10:05:48 amNow the only thing I have to worry about is the occasional velociraptor.I dont get the cartoon... I really like that one. Tis' very funny. Basically, using Goto is a bad thing. The cartoon's saying that gotos are bad. That's about all.