for (only no while statement)

for{
}
for ; ;{
}
for true{
}
// for range 用来遍历字符串或者数组
for index, value := range XXX{}