This website requires JavaScript.
Explore
Help
Sign In
zongor
/
undar-lang
Watch
1
Star
0
Fork
You've already forked undar-lang
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
undar-lang
/
bench
/
add.lisp
5 lines
76 B
Common Lisp
Raw
Permalink
Blame
History
(
lambda
add-two
(
a
b
)
(
return
(
+
a
b
)
)
)
(
print
(
to-string
(
add-two
1
1
)
)
)
Reference in New Issue
View Git Blame
Copy Permalink