6 lines
106 B
Text
6 lines
106 B
Text
input string "Input A:"
|
|
set "A" to "input"
|
|
input string "Input B:"
|
|
set "B" to "input"
|
|
* "('A' + 'B')"
|
|
end
|