ipso icon indicating copy to clipboard operation
ipso copied to clipboard

Record updates

Open LightAndLight opened this issue 3 years ago • 2 comments

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 }

LightAndLight avatar May 13 '22 22:05 LightAndLight

Another option: a.{ b = c, d = e }

LightAndLight avatar May 25 '22 06:05 LightAndLight

Another option: a.{ b = c, d = e }

I like this one.

LightAndLight avatar Jul 21 '22 08:07 LightAndLight