Added the Interface class for a start
This commit is contained in:
@ -37,3 +37,9 @@ class(#pointer,#limited) Class(Apex)
|
||||
method nsup { ^self.nsup }
|
||||
method nsdic { ^self.nsdic }
|
||||
}
|
||||
|
||||
|
||||
class(#pointer,#limited) Interface(Class)
|
||||
{
|
||||
### TODO: fill this class with methods
|
||||
}
|
||||
|
Reference in New Issue
Block a user