Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add record update syntax #676

Open
CohenArthur opened this issue Jun 6, 2024 · 0 comments
Open

Add record update syntax #676

CohenArthur opened this issue Jun 6, 2024 · 0 comments
Labels
design Issue or concerns regarding jinko's design

Comments

@CohenArthur
Copy link
Member

where x = Foo(a: 1, b: 2, c: 3);
where y = x with(b: 99, c: 100);
@CohenArthur CohenArthur added the design Issue or concerns regarding jinko's design label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Issue or concerns regarding jinko's design
Projects
None yet
Development

No branches or pull requests

1 participant