|
Input
|
|
|
|
| comment
|
|
|
| String constant indicated before inputting variables. Cannot be variable or expression.
|
|
|
| varlist
|
|
|
| Comma-delimited list of variables to input values to.
|
| Input without varlist makes script to wait user to hit "enter" key:
|
| Input "Press any key to continue..."
|
| Input a
|
| Input a, b, c
|
| Input "Specify values for a, b and c ", a, b, c
|
|
|