This website requires JavaScript.
Explore
Help
Sign In
kyle
/
kutils
Watch
1
Star
0
Fork
You've already forked kutils
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e9ccc51a08
kutils
/
docs
/
flip.lisp
6 lines
84 B
Common Lisp
Raw
Blame
History
CL-USER>
(
format
t
"(- 7 3) -> ~A~%"
(
funcall
(
flip
#'
-
3
)
7
)
)
(
-
7
3
)
->
4
NIL
Reference in New Issue
View Git Blame
Copy Permalink