package main import "fmt" const ( a = "123123" b = "123123" ) func main() { for i := 5 - 3*(6-7); i < 10; i = 5 + 3 { fmt.Println(i) } }