11 lines
97 B
Plaintext
11 lines
97 B
Plaintext
|
|
||
|
:- object(ringway,
|
||
|
extends(manchester, airport)).
|
||
|
|
||
|
|
||
|
fly(lhr).
|
||
|
fly(renfrew).
|
||
|
|
||
|
|
||
|
:- end_object.
|