RosettaCodeData/Task/String-append/APL/string-append.apl
2023-07-01 11:58:00 -04:00

3 lines
45 B
APL

s'hello'
s,'world'
helloworld