Loops/Continue: Difference between revisions

Content added Content deleted
Line 132:
=={{header|Modula-3}}==
Modula-3 defines the keyword <tt>RETURN</tt> as an exception, but when it is used with no arguments it works just like <tt>continue</tt> in [[C]].
 
Note however, that RAISE only works inside a procedure or a function procedure, use <tt>EXIT</tt> otherwise.
 
Module code and imports are omitted.