Previous: UndefinedObject-storing, Up: UndefinedObject [Index]
Evaluate nilBlock if the receiver is nil, else answer nil
Evaluate nilBlock if the receiver is nil, else evaluate notNilBlock, passing the receiver.
Evaluate notNilBlock if the receiver is not nil, passing the receiver. Else answer nil
Evaluate nilBlock if the receiver is nil, else evaluate notNilBlock, passing the receiver.
Answer whether the receiver is the undefined object nil. Always answer true.
Answer whether the receiver represents a NULL C pointer. Always answer true.
Answer whether the receiver is not the undefined object nil. Always answer false.