N Code Data Types |
N Code Data TypesSpecific types exist added for a variety of reasons. Type is retained when the data associated with the type is passed to a recorder, so adding a new type may make it easier for recorders to process the data received from the engine. Types provide different semantics inside the engine, and can ease programming. For example, lists can contain a collection of any types. If a list is compared to and integer, then the comparison succeeds if that integer matches just one integer in the list. The engine currently supports the following data types:
In addition, the engine supports several internal types that do not normally appear in any evaluation:
|
|