Next: , Up: Datatypes


7.1 Built-in datatypes

Currently, HAC has two built in datatypes: bool and int. These are not to be confused with the parameter types pbool and pint. A bool represents the state of a physical or logical node. An int is simply an array of bools with an integer interpretation.