User Tools

Site Tools


4rpl:commands:concat3

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.txt · Last modified: 2021/11/27 07:59 by Karsten75