RosettaCodeData/Task/String-concatenation/Stata/string-concatenation-2.stata

6 lines
39 B
Text
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
a = "foo"
b = "bar"
c = a+b
c
foobar