Get (<<)

WMA link


<<name

reads a file and evaluates each expression, returning only the last one.

Get[name, Options]

Runs Get tracing each line before it is evaluated.

Settings`$TraceGet can be also used to trace lines on all Get[] calls.


Options:


Trace->{True,False}

Print line numbers and source text we read input.

Path->dir

Set the search path to the single directory dir in the Get.

Path->{"$dir_1$“, ”$dir_2$", ...}

Set the search path, $PATH to the list of directories.

CharacterEncoding->"name"

Set the file input encoding to "name".

Find
$InputFileName