5 lines
64 B
Text
5 lines
64 B
Text
|
|
set "$str1" to "Hello "
|
||
|
|
inc "$str1" by "world!"
|
||
|
|
* "&$str1&"
|
||
|
|
end
|