index
:
~wrmr/lang
master
Unnamed repository; edit this file 'description' to name the repository.
Worm Heamer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test.lang
blob: 24a931d1dd50104051fe2628bb89a7cc3157a941 (
plain
)
1
2
3
4
5
6
7
8
func main(a, b i64) i64 { if a = b { let t = a a := b b := t } return a + b }