tangled
alpha
login
or
join now
tulkdan.dev
/
Languages
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
Languages
/
Janet
/
chapter11
/
src
/
debug.janet
at
main
64 B
view raw
1
(
defn
inc
[
x
]
2
(
+
x
1
)
)
3
4
(
defn
main
[
&
]
5
(
print
(
inc
"
foo
"
)
)
)