14 lines
157 B
Plaintext
14 lines
157 B
Plaintext
|
|
||
|
:- object(oxford,
|
||
|
extends(location(214, 66))).
|
||
|
|
||
|
|
||
|
links([
|
||
|
(bristol, 71),
|
||
|
(birmingham, 63),
|
||
|
(cambridge, 80),
|
||
|
(london, 57)]).
|
||
|
|
||
|
|
||
|
:- end_object.
|