sourcehut
Log in
—
Register
~technomancy
/
fennel
summary
tree
log
refs
ref:
3ffd391d7fa3e774056555abd53156bb535d0c39
fennel
/
test
/relative.fnl
-rw-r--r--
52 bytes
View
Log
Blame
View raw
3ffd391d
—
Phil Hagelberg
Use semicolon instead of do/end as paren disambiguation.
1 year, 1 month ago
1
2
3
(
import-macros
{
:
inc
}
(
..
...
".macros"
))
(
inc
2
)