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