Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
c6d9710f84db29fbb5843f8c3e1b8a2e1e856715
/
.
/
src
/
lisp
/
test.lisp
blob: 32152f1e1d530955a5c4bcc991d98b2968f7219c [
file
] [
log
] [
blame
]
(
defun
add-two
(
a
)
(
+
a
2
))
(
defun
main-old
(
)
(
if
t
(
print
(
add-two
(
*
4
3
)))
(
print
(
-
3
6
))))
(
defun
main
(
)
(
let1
(
a
3
)
(
print
"a is"
)
(
print a
)))