


% -*- texinfo -*-
% @deftypefn {Function File} {} example ('@var{name}',@var{n})
% @deftypefnx {Function File} {[@var{x}, @var{idx}] =} example ('@var{name}',@var{n})
%
% Display the code for example @var{n} associated with the function
% '@var{name}', but do not run it. If @var{n} is not given, all examples
% are displayed.
%
% Called with output arguments, the examples are returned in the form of
% a string @var{x}, with @var{idx} indicating the ending position of the
% various examples.
%
% See @code{demo} for a complete explanation.
% @seealso{demo, test}
% @end deftypefn