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.