index
:
libcolonq
master
C project monorepo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pit
/
test
/
test5.pit
blob: 3ea3fc7ec140acb79f1d25d5e29a4d571c7a3fc0 (
plain
)
1
2
3
4
5
(defun! foo (x) (print! x) (foo (+ x 1))) (foo 0)