RosettaCodeData/Task/String-append/Bracmat/string-append.bracmat

4 lines
50 B
Plaintext

str="Hello";
str$(!str " World!"):?str;
out$!str;