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

4 lines
73 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
$ string1 = "hello"
$ string2 = string1 + " world"
$ show symbol string*