help-octave
[Top][All Lists]
Advanced

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

Re: Overriding builtins


From: Muthiah Annamalai
Subject: Re: Overriding builtins
Date: Wed, 24 Jan 2007 17:04:45 -0600

>Date: Wed, 24 Jan 2007 11:10:10 +0100
>From: S?ren Hauberg <address@hidden>

>> Is that possible? If so, how do I go about it?
>I don't think you can overwrite keywords like "false" as I believe
>they 
>are part of the language and not just functions (not sure on this, 
though)

AFAIK in Octave 2.9.9+ CVS 'false' is not a keyword.
We can probe this using the function iskeyword().
iskeyword('false') returns 0.


Thanks,
-Muthu




reply via email to

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