help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: try catch end


From: Keith Goodman
Subject: Re: try catch end
Date: Mon, 9 May 2005 10:54:34 -0700

It works for me in version 2.1.69:

>> try 1=2; catch disp('matlab command 1=2 not supported');end
matlab command 1=2 not supported
>> try 1; catch disp('matlab command 1=2 not supported');end
>>


On 5/9/05, Tom Holroyd <address@hidden> wrote:
> Hi.
> 
> 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?
> 
> --
> Dr. Tom Holroyd
> "A man of genius makes no mistakes. His errors are volitional and
> are the portals of discovery." -- James Joyce
> 
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
> 
>



-------------------------------------------------------------
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
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]