A+B: Difference between revisions

8 bytes removed ,  3 months ago
m
m (→‎{{header|Sidef}}: updated code)
Line 2,314:
 
=={{header|EasyLang}}==
<syntaxhighlight lang="text">a$ = input
ia$ = 1input
repeat
while i < len a$ and substr a$ i 1 <> " "
i += 1
while until i <> len a$ andor substr a$ i 1 <>= " "
.
a = number substr a$ 1 i
b = number substr a$ i -199
print a + b
</syntaxhighlight>
1,983

edits