User Tools

Site Tools


crpl:docs:concat

This is an old revision of the document!


~~DISCUSSION~~ <- CRPL reference <- Utility Commands

concat

ArgumentsResultNotation
Two stringsA string that is the concatenated version of the two input strings. s1 s2 – s3

Description

Takes two strings from the stack and concatenates them. The result is pushed back to the stack.

Examples

# Merges "abc" and "xyz" into a single new string "abcxyz" 
"abc" "xyz" concat trace
crpl/docs/concat.1358533127.txt.gz · Last modified: 2025/02/14 14:56 (external edit)