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
/
terms_and_factors.sy
blob: 42a48e2f9f9a35e139e0101b04fb41001b72a02d (
plain
) (
blame
)
1
2
3
4
start :: fn { 1 + 1 * 2 <=> 3 1 * 2 + 3 <=> 5 }