Differences
This shows you the differences between two versions of the page.
en:docs:dos:cmd:basic:input [2024/04/15 03:56] – created prokushev | en:docs:dos:cmd:basic:input [2024/04/15 03:58] (current) – prokushev | ||
---|---|---|---|
Line 5: | Line 5: | ||
<code basic> | <code basic> | ||
INPUT " | INPUT " | ||
+ | INPUT variable [, ...] | ||
+ | INPUT # filenum , variable [, ...]s | ||
</ | </ | ||
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. |