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: 1f33175671f100e1d66da025d9fc2d26a206bda0 (
plain
)
1
2
3
4
5
6
proc main(a, b i64) { if a = b { b := 3 } return a }