Go to the first, previous, next, last section, table of contents.


unit tom

The `tom' unit is the most elementary tom unit. Without the classes provided by the tom unit, the compiler can not compile and a TOM program can not run. The tom unit is closely related to the TOM runtime (see section Runtime).

The tom unit provides abstractions and classes every TOM program will need or will probably need, such as the runtime, collections, streams, archiving, etc.


Go to the first, previous, next, last section, table of contents.