Titan



default


The default type is an implementation dependent special type which stores the default reference.  

Related keywords:


default


Example 1:

var default vd_MyDefaultVar := null;

A variable called vd_MyDefaultVar is declared and initialized with the null value.



BNF definition of default