Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
refs/heads/master
/
.
/
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
)))