Handling null values in expressions
Many operations in Gosu are null-safe. These operations do not throw a null pointer exception (NPE) at run time if they encounter a null value. Gosu provides a set of null-safe operators to protect other operations from these exceptions.
