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

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

[Octave-bug-tracker] [bug #50347] Refer command-line functions to their


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #50347] Refer command-line functions to their point of definition in an octave session when the 'which' command is used
Date: Sat, 18 Feb 2017 17:14:02 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36

Update of bug #50347 (project octave):

                Severity:              3 - Normal => 2 - Minor              
                Priority:              5 - Normal => 3 - Low                
                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

Does "type" meet your requirement or do you explicitly need the defining
line?


>> function y = f(x); y = x; endfunction;
>> type ("f")
f is the command-line function:

function y = f (x)
  y = x;
endfunction



Admittedly, it is not very easy to find help about command-line functions.
Please report back, so maybe we can close this issue soon.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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