User Tools

Site Tools


4rpl:commands:concat

This is an old revision of the document!


Index

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.1621567286.txt.gz · Last modified: 2021/05/20 23:21 by Argonwolf