help-octave
[Top][All Lists]
Advanced

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

RE: 2.1.14 : is "r" a keyword?


From: Ted Harding
Subject: RE: 2.1.14 : is "r" a keyword?
Date: Thu, 30 Sep 1999 16:50:49 +0100 (BST)

On 30-Sep-99 etienne grossmann wrote:
> 
>   I use octave 2.1.14 adn have problems with a matrix called "r". I
> have noticed that 
> 
> octave:8> keyboard
> debug> r
> octave:9> 
> 
>   So "r" seems to behave just like "return". Is that normal? I did not
> find anything in the documentation.  

Doesn't look right to me. With octave 2.0.13:

  octave:1> r=[0 1;2 3]
  r =

    0  1
    2  3

  octave:2> r
  r =

    0  1
    2  3

  octave:3> keyboard
  debug> r
  r =

    0  1
    2  3

  debug> 

Ted.

--------------------------------------------------------------------
E-Mail: (Ted Harding) <address@hidden>
Date: 30-Sep-99                                       Time: 16:50:49
------------------------------ XFMail ------------------------------



---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.  To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------



reply via email to

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