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: 1af39842b734c9a6800cc1672cf9c14d50065d0a (
plain
)
1
2
3
4
5
6
7
int.eq? 10 20 "true" "false"; int.eq? 30 30 "true" "false";