OpenQM Object Documentation:
This is documentation for OpenQM objects, how to use them, what objects are all about, and hopefully a lot of sample code.
Getting Started with objects primer:
If you are just getting started with objects, it is usually easiest to look at a few simple classes.
'Array' Class - a simple class that works like a single dimension array, but has additional functoinality.
'Lst' Class - a simple class that stores name=value pairs. A plug-in replacement for perl 'hashes' and an ideal layer to build messaging engines and other collections used for inter-process communications.