User input/Text: Difference between revisions

m
added a ;Task: section header.
m (Commodore BASIC: Missing a pesky colon on line 50.)
m (added a ;Task: section header.)
Line 1:
{{task|Text processing}}
{{task|Text processing}}{{selection|Short Circuit|Console Program Basics}}[[Category:Basic language learning]][[Category:Keyboard input]] [[Category:Simple]]
{{selection|Short Circuit|Console Program Basics}}
In this task, the goal is to input a string and the integer 75000, from the text console.
[[Category:Basic language learning]]
[[Category:Keyboard input]]
[[Category:Simple]]
 
;Task:
In this task, the goal is to inputInput a string and the integer   '''75000,'''   from the text console.
 
See also: [[User input/Graphical]]
<br><br>
 
=={{header|11l}}==
Line 2,408 ⟶ 2,415:
{{omit from|GUISS|We need an application that asks for these}}
{{omit from|SQL PL|It does not handle user interaction, only the clients to access database done that}}
 
----