11 lines
113 B
Plaintext
11 lines
113 B
Plaintext
|
|
||
|
:- object(black_footed_albatross,
|
||
|
imports(descriptors),
|
||
|
extends(albatross)).
|
||
|
|
||
|
|
||
|
color(dark).
|
||
|
|
||
|
|
||
|
:- end_object.
|