RosettaCodeData/Task/Literals-String/R/literals-string-3.r

4 lines
67 B
R

`a b` <- 4
`a b` # 4
a b # Error: unexpected symbol in "a b"