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

Collection literals #11

Open
cqcallaw opened this issue Jan 2, 2016 · 1 comment
Open

Collection literals #11

cqcallaw opened this issue Jan 2, 2016 · 1 comment

Comments

@cqcallaw
Copy link
Owner

cqcallaw commented Jan 2, 2016

Allow the value of an array, set, map, etc. to be defined literally in the source code

@cqcallaw
Copy link
Owner Author

Arrays syntax: [ item, item, item ]
Set syntax: { item, item, item }
Map syntax: { key:value, key:value, key:value }

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