Jump to content

User input/Text: Difference between revisions

Applesoft BASIC
(Added COBOL example.)
(Applesoft BASIC)
Line 86:
Enter a string? foo
Enter a number: 1
==={{header|Applesoft BASIC}}===
<lang basic>10 INPUT "ENTER A STRING: "; S$
20 INPUT "ENTER A NUMBER: ", I%</lang>
 
=={{header|Batch File}}==
413

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.