运行 ❯
拥有
自己的
网站
×
更改方向
更改主题,浅色/深色
转到 Spaces
a <- 33 b <- 200 if (b > a) { print("b is greater than a") }
[1] “b 大于 a”