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

4 lines
64 B
Text

set "$str1" to "Hello "
inc "$str1" by "world!"
* "&$str1&"
end