Concat two strings in Minecraft.
data modify storage strcat S1 set <string 1>
data modify storage strcat S2 set <string 2>
function strcat
and the result will be in storage strcat.S
.
- Currently fails if newline exists. May get fix when MC-173120 gets resolved.