Senoc@tg says to OwO /go@mmis_js_bot package main import "fmt" var 計數器 int func main() { 計數器=10 for(計數器>1) { fmt.Println(計數器) 計數器-=1 } }