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
/
tuple
/
sub.sy
blob: e5d60f26bc2433c0d144aa4438308bb5f6e8c961 (
plain
) (
blame
)
1
2
3
start :: fn { (1, -2, 3, -4) - (4, 3, -2, -1) <=> (-3, 1, 1, -5) }