New Paste
Browse
Search
What is this?
ROUGHLY
added by nono on Sun Aug 10 21:31:24 2014
(
use numbers
)
(
map
(
lambda
(
c
)
(
/ 1 c
)
)
(
list 1 2 3
)
)