Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
asolntsev
Apr 5th, 2011
1,157
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Lisp
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
(
defun
gen
(
x
)
(
loop for i from
1
below
(
+ x
1
)
do
(
format t
"~{~a~^-~}~%"
(
if
(
evenp
i
)
(
loop for b from i downto
1
collect b
)
(
loop for b from
1
to i collect b
)
)
)
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Make 1500$ in 20 MIN [Method] 5
JavaScript | 1 min ago | 0.07 KB
✅ MAKE $12OO IN 10 MIN D
JavaScript | 1 min ago | 0.07 KB
FREE BTC GUIDE W
JavaScript | 1 min ago | 0.07 KB
Make $200 in 15 minutes U
JavaScript | 4 min ago | 0.07 KB
Make $200 in 15 minutes T
JavaScript | 5 min ago | 0.07 KB
Make $200 in 15 minutes S
JavaScript | 5 min ago | 0.07 KB
MAKE $900 INSTANTLY N
JavaScript | 6 min ago | 0.07 KB
MAKE $900 INSTANTLY 9
JavaScript | 8 min ago | 0.07 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!