Loops/Continue: Difference between revisions

Content added Content deleted
Line 131:
 
=={{header|Modula-3}}==
Modula-3 defines the keyword <tt>RAISERETURN</tt> as an exception, but when it is used with no arguments it works just like <tt>continue</tt> in [[C]].
 
Module code and imports are omitted.