8 lines
89 B
Plaintext
8 lines
89 B
Plaintext
|
|
||
|
:- object(subclass1,
|
||
|
imports(interface),
|
||
|
specializes(public::root)).
|
||
|
|
||
|
|
||
|
:- end_object.
|