RosettaCodeData/Task/A+B/SenseTalk/a+b-1.sensetalk
2023-07-01 13:44:08 -04:00

7 lines
101 B
Text

ask "Enter the first number:"
put it into a
ask "Enter the second number:"
put it into b
put a + b