This website requires JavaScript.
Explore
Help
Sign In
zongor
/
zongors-reality-engine
Watch
1
Star
0
Fork
You've already forked zongors-reality-engine
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9326d12585
zongors-reality-engine
/
test
/
add.lisp
6 lines
93 B
Common Lisp
Raw
Blame
History
(
defun
add
(
int
a
int
b
)
(
return
(
+
a
b
)
)
)
(
let
(
(
sum
(
add
1
1
)
)
)
(
print
(
itos
sum
)
)
)
Reference in New Issue
View Git Blame
Copy Permalink