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
/
else_.sy
blob: 0f1d62400bd45f2575f203a74cb1f6d88578d337 (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
10
start :: fn { a := 1 res := 0 if a == 0 { <!> } else { res = 1 } res <=> 1 }