git.m455.casa

fa

clone url: git://git.m455.casa/fa


esperbuild/espersrc/fennel-0.7.0/test/mod/foo.fnl

1 (local foo [:FOO 1])
2 (local quux (include :test.mod.quux))
3 (local bar (include :test.mod.bar))
4 {:result (.. "foo:" (table.concat foo "-") "bar:" (table.concat bar "-"))
5 : quux}