仓颉语言的If表达式基本形式
钱满满 •
package Hello
import std.random.*
main() {
let speed = Random().nextFloat64() * 20.0
println("${speed} km/s")
if ...