Quote Originally Posted by jasonf
I was actually surprised to learn that the GOTO command even existed for Pascal. I thought it was a BASICism.
I think it's more an ASSEMBLYism. It makes a lot of sense in asm, but not in Pascal, neither in Basic that are teacher languages. Ironically C should have a GOTO, because it seems to approach the lowest level of high level languages.

Probably the reason MP doesn't have it, is because the Java virtual machine doesn't allow it :?