Running GT.M

This release of GT.M has three modes: compiler, direct, and auto-start. Invoke these modes by using the mumps command issued with an appropriate argument.

When executing M programs, any called programs are incrementally linked. For example, the command GTM> d ^TEST links the object file TEST.o and executes it; if the TEST program calls other M routines, those are automatically compiled and linked.