Perl, Rubyとかの場合
文字列演算
"abc" + "def"
"abc" . "def"
パタンマッチ
/pat*ern/
連想配列
a['abc']