JavaScript syntax: Difference between revisions

Content deleted Content added
m Reverted 1 edit by 207.244.138.39 using STiki
Line 1,104:
 
===Labels===
JavaScript supports nested labels in most implementations. Loops or blocks can be labelled for the break statement, and loops for <tt>continue</tt>. Although <tt>[[goto]]</tt> is a reserved word,<ref>ECMA-262, Edition 3, 7.5.3 Future Reserved Words</ref> <tt>goto</tt> is not implemented in JavaScript.
 
<syntaxhighlight lang="JavaScript">