index
:
sylt
automatic-link
break-continue
colors
main
min-const-generics
move-tests
namespaces
one-call-to-print
pop_twice-move
sections
selectively-drop-upvalues
single-tuples
unsafe
Game jam language
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progs
/
tests
/
simple_add.sy
blob: 7be4012af9cc35bc2ed1c1da8a966a1a24d2f345 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
start :: fn { a := 0 b := 99999 a += 1 a <=> 1 b <=> 99999 }