This website requires JavaScript.
Explore
Help
Sign in
madmaurice
/
Minilisp.pm
Watch
1
Star
1
Fork
You've already forked Minilisp.pm
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
941bd17ac6
Minilisp.pm
/
t
/
cond.t
6 lines
118 B
Perl
Raw
Normal View
History
Unescape
Escape
Add cond macro
2021-04-04 01:44:47 +02:00
(
expect
"cond"
2
(
cond
(
(
>
1
2
)
10
)
Improve bool system lisp has true in form of t and false in form of nil
2021-04-05 00:06:49 +02:00
(
nil
20
)
Add cond macro
2021-04-04 01:44:47 +02:00
(
(
zerop
0
)
2
)
(
t
10
)
)
)
Reference in a new issue
Copy permalink