octave-maintainers
[Top][All Lists]
Advanced

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

Re: pt-pr-code.cc


From: Paul Kienzle
Subject: Re: pt-pr-code.cc
Date: Sat, 21 Feb 2004 12:58:21 -0500


On Feb 21, 2004, at 11:16 AM, Jens Ruecknagel wrote:

is there some example to see pt-pr-code.cc in Action.

Like a command print("myfunction")

Actually, it's type:

octave:2> function f, x(1)=3; end
octave:3> type f
f is a user-defined function:

function f ()
  x (1) = 3;
endfunction



reply via email to

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