Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
8cfb7c427d567ed8c72dbd329646b8ec63482117
/
.
/
src
/
lisp
/
test.lisp
blob: 2ddedd8c315ed50e609e7a3173f7355e8d392839 [
file
] [
log
] [
blame
]
swissChili
bed8092
2021-04-13 21:58:05 -0700
[
diff
] [
blame
]
1
(
defun
my-fun
(
a b
)
2
(
display
t
"%a\n"
(
+
a b
)))
swissChili
ca107a0
2021-04-14 12:07:30 -0700
[
diff
] [
blame
]
3
4
(
defun
main
(
)
5
(
my-fun pi four
))