(define get-maze '( (w w w) (w 0 w) (w 0 w) (w W w) ) ) (newline) (simulate (list get-maze (list 1 2) 'northeast) '(step put-mark put-mark turn-left) '() 3)