Lobbying
- Posted by Michael Nelson <MichaelANelson at WORLDNET.ATT.NET> Sep 04, 2000
- 424 views
Rob, I'd be in favor of subscriting/slicing of expressions. As for the infamous goto, I can't go along with that, but perhaps you would consider a labeled exit statement and a labeled continue statement as in Java? This would meet 90% of the cases where a programmmer might want a goto. If this is still out of the question, how about just a contiue statement--it would skip the rest of the loop like exit, but go back to the start of the loop rather than exiting. -- Mike Nelson