Flow-control structures: Difference between revisions

no edit summary
(->IDL)
No edit summary
Line 116:
 
(Same as <tt>on_error</tt>, but for EOFs and read-errors and such)
 
===break===
 
break
 
immediately terminates the innermost current loop (or <tt>if</tt> or <tt>case</tt> etc)
 
===continue===
 
continue
 
immediately starts the next iteration of the current innermost loop
Anonymous user