Load
(load string) -> execution
- string -- Must be the name of a file, expressed as a string.
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>