useFile (Utility)

Executes contents of a file with a given name.

Arguments

name
of the file as a string.

Return values

Depends on the file contents.

Example

"sl/algebra" useFile v: (1.0 2.0) makeVector; v.isZero print
Output:
FALSE