訳の正確性を保証するものではありませんので必要に応じて原文であるEcma InternationalのECMA-262にある ECMA-262.pdf ( ECMA-262 5.1 Edition )を参照下さい。
訳:2012年04月 webzoit.net
【構文】 ContinueStatement : continue ; continue [no LineTerminator here] Identifier;
【セマンティックス】 プログラムは、次の何れかが、trueである場合、構文上の誤りがあると考えられます。
識別子のない ContinueStatement は、次のように評価されます。
1.return (continue, empty, empty)
オプションの識別子を伴う ContinueStatement は、次のように評価されます。
1.return (continue, empty, Identifier)