powered by
A convenient wrapper for the paste function with sep="".
paste
sep=""
spaste(...)
The result of the corresponding paste.
standard arguments to function paste except sep.
sep
Peter Langfelder
a = 1; paste("a=", a); spaste("a=", a);
Run the code above in your browser using DataLab