Next: , Previous: System_method, Up: System


3.2.1.7 System.null

Implements: see System_object

Represents a null value.

Supported methods:

str()
Returns a string representation of the object (overridden; see System_object).
int()
Returns an integer representation of the object (overridden; see System_object).
float()
Returns a floating-point representation of the object (overridden; see System_object).
bool()
Returns a Boolean representation of the object (overridden; see System_object).