ipso
ipso copied to clipboard
Record updates
Record extension adds an extra field to a record, but we also need a way to update an existing field.
Perhaps a syntax like:
{ a.b = c }
Another option: a.{ b = c, d = e }
Another option:
a.{ b = c, d = e }
I like this one.