User Tools

Site Tools


4rpl:commands:concat4

This is an old revision of the document!


Index

Concat4

Concat4(“abc” “def” “ghi” “jkl”) ->twelveLetters

Description

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

Examples

Trace(Concat4("abc" "def" "ghi" "jkl")) # Prints "abcdefghijkl"

Index

4rpl/commands/concat4.1610121708.txt.gz · Last modified: 2021/01/08 11:01 by 127.0.0.1