moo/stix/kernel/UndefinedObject.st

13 lines
95 B
Smalltalk

#class UndefinedObject(Apex)
{
#method isNil
{
^true
}
#method notNil
{
^false.
}
}