User input/Text: Difference between revisions

Content added Content deleted
(Added Wren)
(Add Plain English)
Line 1,721: Line 1,721:
put skip list (k);
put skip list (k);
put skip list ('Thanks');</lang>
put skip list ('Thanks');</lang>

=={{header|Plain English}}==
<lang plainenglish>Write "Enter a string: " to the console without advancing.
Read a string from the console.
Write "Enter a number: " to the console without advancing.
Read a number from the console.</lang>


=={{header|Pop11}}==
=={{header|Pop11}}==