4 lines
45 B
APL
4 lines
45 B
APL
|
|
s←'hello'
|
||
|
|
s,'world'
|
||
|
|
helloworld
|