<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#strings|Strings]] ===== Concat ===== ^Arguments^Result^Notation^ |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"