RosettaCodeData/Task/String-interpolation-included-/Rye/string-interpolation-included-.rye
2026-04-30 12:34:36 -04:00

2 lines
52 B
Text

str: "little"
print "Mary had a " ++ str ++ " lamb"