RosettaCodeData/Task/Copy-a-string/BQN/copy-a-string-1.bqn
2023-07-01 13:44:08 -04:00

5 lines
61 B
BQN

a "Hello"
b a
•Show ab
a "hi"
•Show ab