User Tools

Site Tools


en:input

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
en:input [2020/11/22 21:31]
admin
en:input [2020/11/22 21:31] (current)
admin
Line 32: Line 32:
 Waits for the user to type a line of text into the text output window.  When the user hits the enter or return key, the user's input is stored in to a [[variables|variable]].\\ Waits for the user to type a line of text into the text output window.  When the user hits the enter or return key, the user's input is stored in to a [[variables|variable]].\\
  
-Using just INPUT, if the user types a valid number it will be converted and stored as either an integer or a float.  If INPUT is unable to convert what is typed, iw will be saved as a string.\\+Using just INPUT, if the user types a valid number it will be converted and stored as either an integer or a float.  If INPUT is unable to convert what is typed, it will be saved as a string.\\
  
 You may force the type conversion by specifying INPUT FLOAT, INPUT INTEGER, or INPUT STRING. \\ You may force the type conversion by specifying INPUT FLOAT, INPUT INTEGER, or INPUT STRING. \\
en/input.txt ยท Last modified: 2020/11/22 21:31 by admin