If you omit the loop condition it loops forever, so an infinite loop is compactly(简洁地;紧密地;细密地) expressed.
package main func main() { for { } }
时间: 2024-10-12 08:17:16
If you omit the loop condition it loops forever, so an infinite loop is compactly(简洁地;紧密地;细密地) expressed.
package main func main() { for { } }