13 lines
148 B
Plaintext
13 lines
148 B
Plaintext
|
|
||
|
:- object(nottingham,
|
||
|
extends(location(216, 128))).
|
||
|
|
||
|
|
||
|
links([
|
||
|
(birmingham, 48),
|
||
|
(cambridge, 82),
|
||
|
(sheffield, 38)]).
|
||
|
|
||
|
|
||
|
:- end_object.
|