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