User Tools

Site Tools


ixe:irpl:strings:concat3

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ixe:irpl:strings:concat3 [2025/01/11 01:09] – created Karsten75ixe:irpl:strings:concat3 [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
  
-====== Concat ====== +====== Concat3 ====== 
-Concat(“abc” “def”) ->sixLetters+Concat3(“abc” “def” "ghi") ->nineLetters
  
 ===== Description ===== ===== Description =====
-Takes the top two items from the stack, treats them as strings, and concatenates them to a single string.+Takes the top three items from the stack, treates them as strings, and concatenates them to a single string.
  
 ===== Examples ===== ===== Examples =====
 <code 4rpl> <code 4rpl>
-Trace(Concat("abc" "def")) # Prints "abcdef"+Trace(Concat3("abc" "def" "ghi")) # Prints "abcdefghi"
 </code> </code>
  
  
ixe/irpl/strings/concat3.1736557758.txt.gz · Last modified: 2025/02/14 14:56 (external edit)