String
paste("any", "number", "of", "strings") .......any number of strings
paste("any", "number", "of", "strings", sep="") .......anynumberofstrings
paste("any", "number", "of", "strings") .......any number of strings
paste("any", "number", "of", "strings", sep="") .......anynumberofstrings