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

Allow references to multi-value fields to indicate which of the values they refer to #17

Open
jvdb opened this issue Jul 31, 2012 · 0 comments

Comments

@jvdb
Copy link
Owner

jvdb commented Jul 31, 2012

For example:

S {
  a: 1, 2;
  b: a[1];
}

S.b would then have to have the value 2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant