RosettaCodeData/Task/String-concatenation/BQN/string-concatenation-1.bqn
2023-07-01 13:44:08 -04:00

3 lines
59 B
BQN

str "Hello "
newstr str "world"
•Show newstr