RosettaCodeData/Task/A+B/M2000-Interpreter/a+b.m2000
2023-07-01 13:44:08 -04:00

5 lines
96 B
Text

Def Range(X%)=Abs(X%)<=1000
Do {
Input A%, B%
} Until Range(A%) And Range(B%)
Print A%+B%