octave-maintainers
[Top][All Lists]
Advanced

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

bug in who?


From: Robert T. Short
Subject: bug in who?
Date: Fri, 22 May 2009 13:36:11 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090402 SeaMonkey/1.1.16

Interesting behavior of "who".

I will look at this sometime, but probably not for a couple of weeks. If someone has time and knows how to fix it quickly....

I did this on a debian system using the octave I built from the tip this morning.



./run-octave
GNU Octave, version 3.1.55
Copyright (C) 2009 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

Octave was configured for "i686-pc-linux-gnu".

Additional information about Octave is available at http://www.octave.org.

Please contribute if you find this software useful.
For more information, visit http://www.octave.org/help-wanted.html

Report bugs to <address@hidden> (but first, please read
http://www.octave.org/bugs.html to learn how to write a helpful report).

For information about changes from previous versions, type `news'.

octave:1> x=1
x =  1
octave:2> who
Variables in the current scope:

ans  x

octave:3> clear x
octave:4> x
error: `x' undefined near line 4 column 1
octave:4> who
Variables in the current scope:

ans  x

octave:5>



reply via email to

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