<- PRPL reference <- Strings
Takes the first two items from the stack and concatenates them.
Trace(Concat("abc" "def")) # Prints "abcdef"