W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
text1 <- "R is" text2 <- "awesome" paste(text1, text2)
x
text1
<-
"R is"
text2
<-
"awesome"
paste
(
text1
,
text2
)