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

6 lines
39 B
Plaintext

a = "foo"
b = "bar"
c = a+b
c
foobar