powered by
%s%
x %s% y
# create two strings ## Not run: # t1 <- 'Hello' # t2 <- 'World' # # concatenate several strings with %s% # t3 <- t1 %s% ' ' %s% t2 # print(t3) # print(t3 %s% '!') # ## End(Not run)
Run the code above in your browser using DataLab