Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Y dis not work?
1
Name:
Anonymous
2012-10-04 11:17
((car '(+ -)) 10 20)
11
Name:
Anonymous
2012-10-04 17:01
Also, something interesting to think about when learning about quotes:
> (eqv? (quote +) +)
#f
(eqv? (quote 4) 4)
#t
For which other values does
(lambda (x) (eqv? (quote x) x))
hold (and why does it)?
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List