String Operators



"abc" . "def"     # concatenation  "abcdef"
"abc" x 3         # repetition operator "abcabcabc"