Constants / iota / Essential Go

Run Settings
LanguageGo
Language Version
Run Command
package main import "fmt" func main() { const ( a = iota // a = 0 _ // iota is incremented to 1 b // b = 2 ) fmt.Printf("a: %d, b: %d\n", a, b) }
Editor Settings
Theme
Key bindings
Full width
Lines