[Home]History of GOTO

HomePage | Recent Changes | Preferences

Revision 6 . . November 1, 2001 4:25 am by EdwardOConnor
Revision 5 . . (edit) November 1, 2001 3:27 am by Kragen [Fixed Dijkstra link.]
  

Difference (from prior major revision) (no other diffs)

Changed: 1c1
GOTO: a statement found in computer languages, that instructs the compiler or the interpreter to jump the place that GOTO specifies. GOTO is found in BASIC, C/C++, Fortran and various assembly languages (where it is usually called JMP or JUMP and is often the only way of organizing program flow).
GOTO: a statement found in computer languages, that instructs the compiler or the interpreter to jump the place that GOTO specifies. GOTO is found in BASIC, C/C++, Fortran and various assembly languages (where it is usually called BRA or JUMP and is often the only way of organizing program flow).

HomePage | Recent Changes | Preferences
Search: