FAQ: Difference between revisions

Jump to navigation Jump to search
38 bytes added ,  16 November 2011
Line 210: Line 210:
===Unwind-protect===
===Unwind-protect===


Octave supports a limited form of exception handling modeled after the unwind-protect form of Lisp. The general form of an unwind_protect block looks like this:
In addition to try-catch blocks, Octave supports an alternative form of exception handling modeled after the unwind-protect form of Lisp. The general form of an unwind_protect block looks like this:


     unwind_protect
     unwind_protect

Navigation menu