RosettaCodeData/Task/A+B/Rebol/a+b.rebol
2026-04-30 12:34:36 -04:00

1 line
41 B
Text

forever [x: load input print x/1 + x/2]