RosettaCodeData/Task/String-append/Robotic/string-append.robotic
2020-02-17 23:21:07 -08:00

4 lines
64 B
Text

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