RosettaCodeData/Task/String-append/APL/string-append.apl
2023-07-01 13:44:08 -04:00

3 lines
45 B
APL

s'hello'
s,'world'
helloworld