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
/
blob
/
field_get.sy
blob: 49bb0f21340f5692fbdd2b66ac3c4e8d59b109d0 (
plain
) (
blame
)
1
2
3
4
5
6
7
start :: fn { blob A { a: int } a := A() a.a = 2 a.a <=> 2 2 <=> a.a }