Skip to content

ng: implement iota #234

@sbinet

Description

@sbinet

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions