11 lines
82 B
Plaintext
11 lines
82 B
Plaintext
|
|
||
|
:- object(lhr,
|
||
|
extends(airport)).
|
||
|
|
||
|
|
||
|
fly(edin).
|
||
|
fly(ringway).
|
||
|
|
||
|
|
||
|
:- end_object.
|