Functions:cat

From Dwoo Docs

Jump to: navigation, search

Concatenates any number of variables or strings fed into it

cat(array $rest)
  • rest : two or more strings that will be merged into one.




Example:

{$a='abc'}
{$d='def'}
{$g='ghi'}
{cat $a $d $g}

Output:

abcdefghi
Personal tools
templates
page language

French

The article you want to access doesn't exist in French.
Deutsch
The article you want to access doesn't exist in Deutsch.
Russian
The article you want to access doesn't exist in Russian.