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
/
func
/
one_arg.sy
blob: e7dee83ecc877857da6b69d3b6f1b1e706965757 (
plain
) (
blame
)
1
2
3
4
5
start :: fn { f := fn a:int { a <=> 1 } f! 1 }