RosettaCodeData/Task/String-concatenation/DCL/string-concatenation.dcl

4 lines
73 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$ string1 = "hello"
$ string2 = string1 + " world"
$ show symbol string*