5 lines
68 B
Rexx
5 lines
68 B
Rexx
|
|
Do Until input=''
|
||
|
|
input=linein(stdin)
|
||
|
|
Call lineout ,input
|
||
|
|
End
|