11 lines
121 B
Plaintext
11 lines
121 B
Plaintext
|
|
||
|
:- object(great_crested_flycatcher,
|
||
|
imports(descriptors),
|
||
|
extends(flycatcher)).
|
||
|
|
||
|
|
||
|
tail(long_rusty).
|
||
|
|
||
|
|
||
|
:- end_object.
|