Skip to content

条件分支

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

天下大吉