From octave-maintainers-request at bevo dot che dot wisc dot edu Fri Oct 27 04:29:52 2000 Subject: Quick question From: Etienne Grossmann To: octave-maintainers at bevo dot che dot wisc dot edu CC: etienne at isr dot ist dot utl dot pt Date: Fri, 27 Oct 2000 10:31:28 +0100 Hello, in src/parse.(y|cc) (lines 3268/4817), I see the following construct, and I don't quite understand what it does : ====================================================================== octave_value_list feval (const octave_value_list& args, int nargout) { ... function body? ... } ====================================================================== Can anyone shed me some light? Tia, Etienne