Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Mar 17th, 2016
262
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.15 KB
| None
|
0
0
raw
download
clone
embed
print
report
(defun is-sorted (lst)
(cond
((null lst ) T)
((<= car lst (lst cdr lst)))
((is-sorted(cdr lst) nil)))
)
(print (is-sorted '(1 2 3 4 5 6 7 )))
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ F
JavaScript | 3 sec ago | 0.25 KB
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ P
JavaScript | 13 sec ago | 0.25 KB
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ F
JavaScript | 13 sec ago | 0.25 KB
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ 9
JavaScript | 23 sec ago | 0.25 KB
⭐✅ Swapzone Glitch ✅ Working ⭐⭐ A
JavaScript | 24 sec ago | 0.25 KB
✅ Make $2500 in 20 minutes⭐⭐⭐ D
JavaScript | 32 sec ago | 0.25 KB
✅ Make $2500 in 20 minutes⭐⭐⭐ I
JavaScript | 32 sec ago | 0.25 KB
📌 Swapzone +37% glitch ⭐ Y
JavaScript | 41 sec ago | 0.25 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!