Null? Checks if an object is null. Syntax null?(Object) Description null?(Object) Given an object, returns true if it is null, and false otherwise. Related functions Not null Table of Contents Syntax Description Related functions