10 lines
75 B
Plaintext
10 lines
75 B
Plaintext
|
|
||
|
:- object(glasgow,
|
||
|
extends(city)).
|
||
|
|
||
|
|
||
|
airport(renfrew).
|
||
|
|
||
|
|
||
|
:- end_object.
|