継続のために 継続のためにinit および post ステートメントはオプションです。 package mainimport "fmt"func main() { sum := 1 for ; sum < 1000; { sum += sum } fmt.Println(sum)}