13 lines
134 B
Plaintext
13 lines
134 B
Plaintext
|
|
||
|
:- object(carlisle,
|
||
|
extends(location(166, 226))).
|
||
|
|
||
|
|
||
|
links([
|
||
|
(glasgow, 94),
|
||
|
(leeds, 117),
|
||
|
(newcastle, 58)]).
|
||
|
|
||
|
|
||
|
:- end_object.
|