3 lines
69 B
R
3 lines
69 B
R
|
|
x <- 2
|
||
|
|
switch(x, print("Print if x == 1"), print("Print if x == 2"))
|