From octave-maintainers-request at bevo dot che dot wisc dot edu Tue Dec 31 13:45:21 2002 Subject: f(end) feature? From: Paul Kienzle To: octave-maintainers at bevo dot che dot wisc dot edu Date: Tue, 31 Dec 2002 14:44:52 -0500 octave:1> function y=f(x), y=x; end octave:2> f(end) ans = 1 Paul Kienzle pkienzle at users dot sf dot net