work in progress to support the named primitive via shared object loading
This commit is contained in:
12
stix/kernel/UndefinedObject.st
Normal file
12
stix/kernel/UndefinedObject.st
Normal file
@ -0,0 +1,12 @@
|
||||
#class UndefinedObject(Apex)
|
||||
{
|
||||
#method isNil
|
||||
{
|
||||
^true
|
||||
}
|
||||
|
||||
#method notNil
|
||||
{
|
||||
^false.
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user