(load-mo string) -> execution
Loads and executes a compiled MOSVM file. The filename extension must be ".mo".
Example:
>> (load-mo "lib/test.mo") :: #f
This loads the compiled version of the spot-testing library.
See Also: load, load-ms, <program>