RosettaCodeData/Task/A+B/Robotic/a+b.robotic

7 lines
106 B
Text
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
input string "Input A:"
set "A" to "input"
input string "Input B:"
set "B" to "input"
* "('A' + 'B')"
end