10 lines
78 B
Plaintext
10 lines
78 B
Plaintext
|
|
||
|
:- object(manchester,
|
||
|
extends(city)).
|
||
|
|
||
|
|
||
|
airport(ringway).
|
||
|
|
||
|
|
||
|
:- end_object.
|