diff --git a/examples/jumpmaze/jumpmaze.ujshop b/examples/jumpmaze/jumpmaze.ujshop index eeaf5a3..3da3a69 100644 --- a/examples/jumpmaze/jumpmaze.ujshop +++ b/examples/jumpmaze/jumpmaze.ujshop @@ -17,15 +17,15 @@ ) (:operator (!!visit ?pos) - nil - nil + () + () ((visited ?pos)) ) (:operator (!!unvisit ?pos) - nil + () ((visited ?pos)) - nil + () ) (:method (goto)