Guest User

Untitled

a guest
Dec 13th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. (define z (list 'result 'v))
  2.  
  3. (define a (list z 'x))
  4.  
  5. (caar a)
  6.  
  7. (define a (list 'z 'x))
  8.  
  9. (define z (list 'result 'v))
  10.  
  11. (caar a)
Add Comment
Please, Sign In to add comment