ng icon indicating copy to clipboard operation
ng copied to clipboard

ng: implement iota

Open sbinet opened this issue 7 years ago • 0 comments

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

sbinet avatar Jan 24 '18 15:01 sbinet