Git - code.swisschili.sh
code.swisschili.sh
/
bluejay
/
0fc3f26c14e9a24896246d81e2b51b176c968d8b
/
.
/
src
/
lisp
/
test-flet.lisp
blob: c8c64f28204ac075609ba37da83b366ad7bfa523 [
file
] [
log
] [
blame
]
swissChili
fc5c941
2021-08-08 19:08:26 -0700
[
diff
] [
blame
]
1
(
defun
main
(
)
2
(
flet
3
'
((
a
(
)
123
)
4
(
b
(
)
456
))
5
(
print
(
funcall b
))))