13 lines
115 B
Plaintext
13 lines
115 B
Plaintext
|
|
||
|
:- object(canada_goose,
|
||
|
imports(descriptors),
|
||
|
extends(goose)).
|
||
|
|
||
|
|
||
|
head(black).
|
||
|
|
||
|
cheek(white).
|
||
|
|
||
|
|
||
|
:- end_object.
|