RosettaCodeData/Task/A+B/M2000-Interpreter/a+b.m2000

6 lines
96 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
Def Range(X%)=Abs(X%)<=1000
Do {
Input A%, B%
} Until Range(A%) And Range(B%)
Print A%+B%