RosettaCodeData/Task/Literals-String/Julia/literals-string-1.julia

4 lines
57 B
Plaintext

greet = "Hello"
whom = "world"
greet * ", " * whom * "."