Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
01c211a1450d7e2b82faf72bbc040a37c456d233
/
.
/
src
/
lisp
/
test-unquote.lisp
blob: c2f06a06baa8afff712bed6d0bc0c27c15757a7b [
file
] [
log
] [
blame
]
swissChili
a7568dc
2021-08-08 16:52:52 -0700
[
diff
] [
blame
]
1
(
defun
numbers
(
)
2
(
list
1
2
3
4
5
))
3
4
(
defun
main
(
)
5
(
print
`
(
numbers are
,@
(
numbers
)
yeah
)))