11 lines
102 B
Plaintext
11 lines
102 B
Plaintext
|
|
||
|
:- object(pintail,
|
||
|
imports(descriptors),
|
||
|
extends(duck)).
|
||
|
|
||
|
|
||
|
voice(short_whistle).
|
||
|
|
||
|
|
||
|
:- end_object.
|