From help-request at octave dot org Mon May 9 12:55:52 2005 Subject: Re: try catch end From: Keith Goodman To: Tom Holroyd Cc: help at octave dot org Date: Mon, 9 May 2005 10:54:34 -0700 It works for me in version 2.1.69: >> try 1=3D2; catch disp('matlab command 1=3D2 not supported');end matlab command 1=3D2 not supported >> try 1; catch disp('matlab command 1=3D2 not supported');end >> On 5/9/05, Tom Holroyd wrote: > Hi. >=20 > I'm porting some code with try, blah, end; Octave seems to want > end_try_catch instead of end. Why not end? Could this be a > configuration thing? >=20 > -- > Dr. Tom Holroyd > "A man of genius makes no mistakes. His errors are volitional and > are the portals of discovery." -- James Joyce >=20 > ------------------------------------------------------------- > Octave is freely available under the terms of the GNU GPL. >=20 > Octave's home on the web: http://www.octave.org > How to fund new projects: http://www.octave.org/funding.html > Subscription information: http://www.octave.org/archive.html > ------------------------------------------------------------- >=20 > ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------