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

ng: implement iota #234

Open
sbinet opened this issue Jan 24, 2018 · 0 comments
Open

ng: implement iota #234

sbinet opened this issue Jan 24, 2018 · 0 comments

Comments

@sbinet
Copy link
Collaborator

sbinet commented Jan 24, 2018

the following fails in ng:

ng> type Options int32
ng> const (
..> OptNone      Options = 1 << iota // default
..> WithXErrBars                     // enable display of X-error bars (if available)
..> WithYErrBars                     // enable display of Y-error bars (if available)
..> )
ng: typecheck: undeclared identifier: iota
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant