Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Languages with GOTO

Name: suomynonA 2007-07-17 12:49 ID:sJhm9IHJ

Is there a modern programming language which has GOTO function in it? I know basic from a millenia ago and recently learned java, and well I hated OOP, but I could live with it if I had goto.

Name: Anonymous 2007-07-20 4:11 ID:oyT1fTO7

>>45
for(tok=getToken();reduceTok(tok);if(shiftTok(tok))tok=getToken());

Name: Anonymous 2007-07-20 10:28 ID:tNjyyvLd

You repeated tok=getToken().
what's wrong with that?

Also, space your fucking code out.
for(
 tok=getToken();
 reduceTok(tok);
 shiftTok(tok) && (tok=getToken())
);

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List