~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#strings| Strings]] ====== Concat4 ====== Concat4(“abc” “def” "ghi" "jkl") ->twelveLetters ===== Description ===== Takes the top four items from the stack, treates them as strings, and concatenates them to a single string. ===== Examples ===== Trace(Concat4("abc" "def" "ghi" "jkl")) # Prints "abcdefghijkl" <=[[4rpl:start| Index]]