<- PRPL reference <- Strings

Concat

ArgumentsResultNotation
string string string [string string- string]

Description

Takes the first two items from the stack and concatenates them.

Examples

Trace(Concat("abc" "def")) # Prints "abcdef"