next up previous index
Next: Automatic type conversions Up: Data types, weak and Previous: Data types, weak and

VOID as a universal data type

 When a variable is created, it receives a special value denoted VOID. The only operation that can be performed with a void value is comparison for equality and non-equality, and quite predictably, a void value is only equal to another void value.