运行 ❯
获得你
自己的
网站
×
修改方向
修改主题,深色/浅色
前往 Spaces
x <- 41 if (x > 10) { print("Above ten") if (x > 20) { print("and also above 20!") } else { print("but not above 20.") } } else { print("below 10.") }
[1] “十以上”
[1] “且还超过 20!”