Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
a890aedd5d561c253c50fd55eaf0cd878f7da701
/
.
/
src
/
lisp
/
test-unquote.lisp
blob: c2f06a06baa8afff712bed6d0bc0c27c15757a7b [
file
] [
log
] [
blame
]
(
defun
numbers
(
)
(
list
1
2
3
4
5
))
(
defun
main
(
)
(
print
`
(
numbers are
,@
(
numbers
)
yeah
)))