User Tools

Site Tools


4rpl:commands:concat3

This is an old revision of the document!


Index
Strings

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"

Index

4rpl/commands/concat3.1638017980.txt.gz · Last modified: 2025/02/14 14:56 (external edit)