From 63f03f8c731f3392e72f92d65b2c200fd342551d Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 16 May 2006 21:10:47 +0000 Subject: field names added to Prolog --- examples/dialogue/LightsProlog.gf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/dialogue/LightsProlog.gf') diff --git a/examples/dialogue/LightsProlog.gf b/examples/dialogue/LightsProlog.gf index 4a93ee469..82fd43212 100644 --- a/examples/dialogue/LightsProlog.gf +++ b/examples/dialogue/LightsProlog.gf @@ -6,10 +6,10 @@ concrete LightsProlog of Lights = lin Light = ss "light" ; Room = ss "room" ; - SwitchOnIn = ss "switch_on" ; - SwitchOffIn = ss "switch_off" ; - SwitchOn = ss "switch_on" ; - SwitchOff = ss "switch_off" ; + SwitchOnIn = op2 "switch_on" "switch_what" "switch_where" ; + SwitchOffIn = op2 "switch_off" "switch_what" "switch_where" ; + SwitchOn = op1 "switch_on" "switch_what" ; + SwitchOff = op1 "switch_off" "switch_what" ; LivingRoom = ss "living_room" ; Kitchen = ss "kitchen" ; -- cgit v1.2.3