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: bd6b558dbc50b995de83d94658cfec3ce41a1bc0 (
plain
)
1
2
3
4
5
f a b = a (int.add 10); f; f id; f id id; f id id -50;