11 lines
104 B
Plaintext
11 lines
104 B
Plaintext
|
|
||
|
:- object(peregrine_falcon,
|
||
|
imports(descriptors),
|
||
|
extends(falcon)).
|
||
|
|
||
|
|
||
|
eats(birds).
|
||
|
|
||
|
|
||
|
:- end_object.
|