合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
## bplm 循环 * `for` 循环 * `while` 循环 循环例如: 📄`hello.bplm` ~~~bplm plug "stdio" for(num x = 0; x < 20; x++) print(x) while(true) print("true") ~~~