OpenModelica System Documentation

The keyword null represents the null pointer value; technically it is of type (void *). It can be implicitly cast to any pointer type. The integer 0 cannot be cast to the null pointer. Nulls are also used for empty arrays. true, false. These are of type bit and resolve to values 1 and 0, … ................
................