*mosvm?*

Global Variable: *mosvm?*

When working in MOSVM, this variable always returns true. However, some MOSVM programs (such as the compiler) are intended to be portable to Scheme. By itself, *mosvm?* returns an error in Scheme--it must be put in a wrapper to catch the error and return false. This can be used such that certain functions will have ignore-method used on them, for instance.