Maxima Function
batchload (filename)
Reads Maxima expressions from filename and evaluates them,
without displaying the input or output expressions
and without assigning labels to output expressions.
Printed output (such as produced by print
or describe
)
is displayed, however.
The special variable %
and the function %th
refer to previous results from the interactive interpreter,
not results within the file.
The file cannot include :lisp
constructs.
batchload
returns the path of filename, as a string.
batchload
evaluates its argument.