Flow-control structures: Difference between revisions

->IDL
(This task was getting no love, squirreled away in the Language Features category. Moved back to the Programming Tasks section until most of the tasks get a better categorization system.)
(->IDL)
Line 93:
}
}
 
==[[IDL]]==
[[Category:IDL]]
 
===goto===
 
test:
..some code here
goto, test
 
(This is almost never used)
 
===on_error===
 
on_error, test
 
(This resumes at the label <tt>test</tt> if an error is encountered)
 
===on_ioerror===
 
on_ioerror, test
 
(Same as <tt>on_error</tt>, but for EOFs and read-errors and such)
Anonymous user