7 lines
101 B
Text
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
|