Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Second program in LisP
Valemmil
Sep 15th, 2023
(
edited
)
1,767
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Lisp
0.17 KB
| Source Code
|
0
0
raw
download
clone
embed
print
report
(
defun
fullength
(
x
)
(
cond
(
(
null
x
)
0
)
(
(
atom
x
)
1
)
(
t
(
+
(
fullength
(
car
x
)
)
(
fullength
(
cdr
x
)
)
)
)
)
)
(
print
(
fullength `
(
1
2
3
4
5
3
)
)
)
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Profit Method
JavaScript | 4 sec ago | 0.15 KB
Exchange Exploit T 6
JavaScript | 5 sec ago | 0.28 KB
✅ Make $15OO in 2O minutesV 1
JavaScript | 6 sec ago | 0.28 KB
✅ Make $15OO in 2O minutesV E
JavaScript | 12 sec ago | 0.28 KB
Swapzone Glitch (Working)E U
JavaScript | 14 sec ago | 0.28 KB
Swapzone Glitch (Working)E F
JavaScript | 23 sec ago | 0.28 KB
✅ MAKE $9OO INSTANTLY D P
JavaScript | 23 sec ago | 0.28 KB
✅ Make $15OO in 2O minutesV X
JavaScript | 29 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!