parse(file="", n=null, text=null, prompt=null,
white=false)
file
|
the name of a file to read the expressions from.
If the file is |
parse returns the parsed but unevaluated expressions
in a list. Each element of the
list is of mode expression.
See Also
scan, source, eval.
Examples
# parse 5 statements from the file "foo"
parse(file="foo",n=5)