System.NullType - Manhunter07/MFL GitHub Wiki
Declaration
const NullType = 0
Description
The NullType constant in the System package represents the type code for null values, represented by the Null constant. It is returned when retrieving the type of this constant using the TypeOf function.
Remarks
Other than the name might suggest, it is not a type but a constant.