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

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

[Octave-bug-tracker] [bug #35373] 'clear foo' does not clear command lin


From: Muhali
Subject: [Octave-bug-tracker] [bug #35373] 'clear foo' does not clear command line function
Date: Wed, 25 Jan 2012 22:38:39 +0000
User-agent: Mozilla/5.0 (Ubuntu; X11; Linux x86_64; rv:9.0.1) Gecko/20100101 Firefox/9.0.1

URL:
  <http://savannah.gnu.org/bugs/?35373>

                 Summary: 'clear foo' does not clear command line function 
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Wed 25 Jan 2012 02:38:38 PM PST
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Command line functions are not properly cleared, as in this example:


octave> function y = foo(x), y = e^x ; endfunction
octave> which foo
`foo' is a command-line function
octave> clear foo
octave> which foo
`foo' is a command-line function






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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