goon
https://git.tonybtw.com/goon.git
git://git.tonybtw.com/goon.git
let f = (a, b, c) => { x = a; y = b; z = c; };
{ result = f(1, 2, 3); }