4 lines
57 B
Text
4 lines
57 B
Text
|
|
greet = "Hello"
|
||
|
|
whom = "world"
|
||
|
|
greet * ", " * whom * "."
|