Goto (Simple English Wikipedia)

Analysis of information sources in references of the Wikipedia article "Goto" in Simple English language version.

refsWebsite
Global rank Simple English rank
5,060th place
3,414th place

sun.com

java.sun.com

  • "The Java Language Specification, Third Edition". The keywords const and goto are reserved, even though they are not currently used. This may allow a Java compiler to produce better error messages if these C++ keywords incorrectly appear in programs.
  • "The Java Language Specification, Third Edition". Unlike C and C++, the Java programming language has no goto statement; identifier statement labels are used with break (§14.15) or continue (§14.16) statements appearing anywhere within the labeled statement.