User Tools

Site Tools


4rpl:commands:concat

Index
Strings

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"

Index

4rpl/commands/concat.txt · Last modified: 2025/02/14 14:57 by 127.0.0.1