User Tools

Site Tools


ixe:irpl:strings:concat3

This is an old revision of the document!


Concat

Concat(“abc” “def”) ->sixLetters

Description

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

Examples

Trace(Concat("abc" "def")) # Prints "abcdef"
ixe/irpl/strings/concat3.1736557758.txt.gz · Last modified: 2025/02/14 14:56 (external edit)