Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jul 25th, 2018
94
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Lisp
0.16 KB
| None
|
0
0
raw
download
clone
embed
print
report
(
defun
mystery
(
x y
)
(
if
(
null
y
)
nil
(
if
(
eql
(
car
y
)
x
)
0
(
let
(
(
z
(
mystery x
(
cdr
y
)
)
)
)
(
and
z
(
+ z
1
)
)
)
)
)
)
Add Comment
Please,
Sign In
to add comment
Public Pastes
[IoT] Practical 4 - Interfacing 8x8 matrix wi...
Python | 29 sec ago | 0.94 KB
[IoT] Practical 5 - Displaying time over 4-di...
Python | 4 min ago | 0.40 KB
[IoT] Practical 2 - Displaying different LED...
Python | 6 min ago | 0.38 KB
pumpkinPieHarvest
Lua | 10 min ago | 4.10 KB
discordo / sudo compile errors
Bash | 22 min ago | 3.58 KB
Console Advanced Sources (Local)
Lua | 29 min ago | 0.10 KB
cars_task_pandas
Python | 34 min ago | 2.71 KB
Ai lua
Lua | 53 min ago | 4.44 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!