NTMI is a container for a full NTMI project. It uses a dictionary q to store its full state dynamically. Its main method is NTMI:run
, which runs the setup load script for NTMI as configured.
First code examples:
initialize inner dictionary q for all of NTMIs inner state, i.e. its variables and functions.
access the inner dictionary.
Like dictionaries, NTMI redirects any methods it does not understand to its stored objects, in the dictionary q). This allows dynamically adding and getting state by name.
none, because NTMI is class-only.