Hmm. I'm really wishing I had multiple return values but not sure I want to deal with the plumbing yet. Thinking of adding some syntax for stack-allocated structures as an incremental improvement.
Maybe something like:
var x Thing = @;
At some point once there's some type inference and the frontend is a bit smarter:
var x = @ Thing;







