Load

(load string) -> execution

Loads and executes program files with filename extensions of either .ms or .mo.

Example:

>> (load "examples/l123.ms")
:: (1 2 3)

See Also: load-ms, load-mo, <program>