octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #37320] 'which' doesn't work on variables


From: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #37320] 'which' doesn't work on variables
Date: Tue, 11 Sep 2012 07:06:30 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.11) Gecko/20100701 SeaMonkey/2.0.6

Follow-up Comment #2, bug #37320 (project octave):

Just for reference, Matlab r2012b prerelease (empty lines in output removed):


>> foo = [1 2 3]
foo =
     1     2     3
>> type foo
Error using type
File 'foo' not found.
>> which foo
foo is a variable.
>> help which
 which  Locate functions and files.
 :
 <etc>


...and ML r2007a (> 5 years old)


>> foo = [1 2 3]
foo =
     1     2     3
>> type foo
??? Error using ==> type
File 'foo' not found.
>> which foo
foo is a variable.
>>


... so this change hasn't recently been made by TMW.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37320>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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