RosettaCodeData/Task/String-append/Pluto/string-append.pluto

4 lines
43 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04:00
local s = "Rosetta"
s ..= " Code"
print(s)