13 lines
136 B
Plaintext
13 lines
136 B
Plaintext
|
|
||
|
:- object(exeter,
|
||
|
extends(location(138, 18))).
|
||
|
|
||
|
|
||
|
links([
|
||
|
(bristol, 76),
|
||
|
(penzance, 112),
|
||
|
(portsmouth, 126)]).
|
||
|
|
||
|
|
||
|
:- end_object.
|