🌈 搜索
📅  最后修改于: 2022-03-11 14:56:17.678000             🧑  作者: Mango
x = seq(1,10,by=1) if (any(x > 5)){ # There is at least one x above 5 }