RosettaCodeData/Task/String-append/Relation/string-append.relation
2023-07-01 13:44:08 -04:00

4 lines
52 B
Text

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