Skip to content

条件分支

if (TRUE) {
    print("真")
} else {
    print("假")
}
[1] "真"

联系 math@baima.site