index
:
tunk.git
main
A small functional language interpreter
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
/
sample1.code
blob: 05904aaaf7056d5d2f7895f016737ab176463b63 (
plain
)
1
2
fn a b = b a; fn 10 int.add 20;