en:docs:dos:cmd:basic:input

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:docs:dos:cmd:basic:input [2024/04/15 03:56] – created prokusheven:docs:dos:cmd:basic:input [2024/04/15 03:58] (current) prokushev
Line 5: Line 5:
 <code basic> <code basic>
 INPUT "prompt string" , variable [, ...] INPUT "prompt string" , variable [, ...]
 +INPUT variable [, ...]
 +INPUT # filenum , variable [, ...]s
 </code> </code>
  
Line 10: Line 12:
  
 Reads input from the terminal after displaying a prompt. Reads input from the terminal after displaying a prompt.
 +
 +Reads input from the terminal.
 +
 +Reads input from the file specified by filenum.