home *** CD-ROM | disk | FTP | other *** search
-
- episode :-
- tab(15),
- write('" A T O L L L O U N G E . "'),nl,
- tab(15),
- write('----------------------------'),nl,nl.
-
- /*
- "After the coup jewelry was cached both in the Atoll Lounge and in
- the ship's videogames arcade. These items to be lowered overboard the
- next day into the fruit wallah's boat.
- This achieved, the valuable pieces eventually found their way into
- Sullah the Magnificent's mountain top residence. The delighted new
- owners were Jasmine, Nina, Beryl, Helen, Nina, and Ruby.
-
-
- The emerald ring was one of the two most valuable items, the other was not
- the beryl pendant. Neither ring was tucked into the armchair.
-
- The least valuable item was neither of the rings or the pearls and the most
- valuable piece did not go to Jasmine.
-
- One of the jewels Sullah presented to a lady who bore the same name. Ruby
- was enchanted with the ring she received.
-
- Nina was not the recipient of either the ruby brooch, or the item that was
- cached in an armchair. The piece that was in fact hidden in the armchair
- was worth less than the jewel that was secreted underneath the video
- football game.
-
- The valuable that was cached behind the display panel in the video games
- arcade, and which was not the pearls, did not go to Jasmine. The item that
- did however was more expensive than that which Helen received.
-
- The item that was secured below the corner edge of the bar counter by a
- piece of plasticine was not the emerald ring."
-
- The pearl necklace, which did not go to Jasmine, was a little more valuable
- than the diamond solitaire."
-
- The more valuable of the two rings, which had been secreted below
- the video football game, went to the other of Sullah's ladies who was
- blessed with the name of a jewel.
-
- The pearls were secreted behind a panel in the video games arcade as was
- the ruby brooch.
- */
-
-
-
- group([sterling180k,sterling170k,sterling78k,sterling72k,sterling14k]).
- group([berylpendant,diamondring,emeraldring,rubybrooch,pearls]).
- group([displaypanel,wallpanel,armchair,videogame,barcounter]).
- group([jasmine,nina,beryl,helen,ruby]).
-
-
- c(beryl,berylpendant).
- c(pearls,sterling78k).
- c(diamondring,sterling72k).
-
-
- i(emeraldring,sterling14k).
- i(emeraldring,sterling72k).
- i(emeraldring,sterling78k).
- i(emeraldring,armchair).
- i(diamondring,armchair).
- i(berylpendant,sterling180k).
- i(berylpendant,sterling170k).
- i(jasmine,sterling180k).
-
- i(sterling14k,diamondring).
- i(sterling14k,emeraldring).
- i(sterling14k,pearls).
-
- i(ruby,pearls).
- i(ruby,rubybrooch).
- i(ruby,armchair).
-
- i(nina,rubybrooch).
- i(nina,armchair).
- i(armchair,sterling180k).
- i(videogame,sterling14k).
-
- i(displaypanel,pearls).
- i(displaypanel,jasmine).
- i(jasmine,sterling14k).
- i(helen,sterling180k).
-
- i(barcounter,emeraldring).
-
- i(pearls,jasmine).
-
- i(videogame,sterling72k).
- i(videogame,sterling14k).
- i(ruby,pearls).
- i(ruby,berylpendant).
- i(ruby,rubybrooch).
-
- i(pearls,barcounter).
- i(pearls,armchair).
- i(pearls,videogame).
-
- i(rubybrooch,barcounter).
- i(rubybrooch,armchair).
- i(rubybrooch,videogame).
-
-
-