Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
triclops200
Jan 22nd, 2013
288
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Scheme
0.12 KB
| None
|
0
0
raw
download
clone
embed
print
report
(
define
contains?
(
lambda
(
x xs
)
(
if
(
null?
xs
)
#f
(
if
(
eq?
x
(
car
xs
)
)
#t
(
contains? x
(
cdr
xs
)
)
)
)
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 1 sec ago | 0.15 KB
ChangeNOW Bug (Get more on BTC swaps x) 5
JavaScript | 5 sec ago | 0.28 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 7 sec ago | 0.15 KB
Exchange Exploit T Z
JavaScript | 14 sec ago | 0.28 KB
✅ Make $1500 in 20 minutes
JavaScript | 19 sec ago | 0.15 KB
✅ Make $15OO in 2O minutesV X
JavaScript | 22 sec ago | 0.28 KB
Swapzone Glitch (Working)E L
JavaScript | 33 sec ago | 0.28 KB
✅ MAKE $9OO INSTANTLY D N
JavaScript | 41 sec ago | 0.28 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!