RosettaCodeData/Task/String-append/Relation/string-append.relation

5 lines
52 B
Plaintext

set a = "Hello"
set b = " World"
set c = a.b
echo c