Input/Output for lines of text: Difference between revisions

m
→‎{{header|REXX}}: added output notes to show user input vs. the program's output on the terminal.
(Added Delphi example)
m (→‎{{header|REXX}}: added output notes to show user input vs. the program's output on the terminal.)
Line 702:
/*────────────────────────────────────────────────────────────────────────────*/
stuff: do k=1 for #; call lineout ,x.k; end; return</lang>
{{out|output|text=&nbsp; where showing the input and the output to the terminal:}}
{{out}}
<pre>3
3 ◄■■■■■■■ user input
aaa ◄■■■■■■■ user input
bbb ◄■■■■■■■ user input
ccc ◄■■■■■■■ user input
aaa
bbb
ccc
ccc</pre>
aaa
bbb
ccc</pre>
 
=={{header|Ring}}==