Run ❯
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
a <- 200 b <- 33 if (b > a) { print ("b is greater than a") } else { print("b is not greater than a") }
[1] "b is not greater than a"