Este valor é concatenado com a variável dada.
Exemplo 5-4. cat
index.php: $smarty = new Smarty; $smarty->assign('articleTitle', "Psychics predict world didn't end"); $smarty->display('index.tpl'); index.tpl: {$articleTitle|cat:" yesterday."} MOSTRA: Psychics predict world didn't end yesterday.