User Tools

Site Tools


ixe:irpl:strings:concat3

Concat3

Concat3(“abc” “def” “ghi”) ->nineLetters

Description

Takes the top three items from the stack, treates them as strings, and concatenates them to a single string.

Examples

Trace(Concat3("abc" "def" "ghi")) # Prints "abcdefghi"
ixe/irpl/strings/concat3.txt · Last modified: 2025/01/10 20:10 by Karsten75