User Tools

Site Tools


ixe:irpl:strings:concat4

This is an old revision of the document!


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"
ixe/irpl/strings/concat4.1736557865.txt.gz · Last modified: 2025/02/14 14:56 (external edit)