User`s guide

%#function
feval('bar');
feval('foobar');
end %function foo
In this example, mul t ip le functions (bar and foobar) are included in
the compilation and are called through
feval.
11-4