Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. (macroexpand-1 '(walk-to east shore *map*))
  2.  
  3. (defspel walk-to (direction room map)
  4. `(walk-direction ',direction ',room map))
  5.  
  6. (defspel walk-to (direction room map)
  7. `(walk-direction ',direction ',room ,map))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement