Run »
a <- 33 b <- 200 if (b > a) { print("b is greater than a") }
[1] "b is greater than a"