Input - Function SummarySummary:Inputs a string from the console. New-line character is removed. Usage:input Refinements:/hide - Mask input with a * character Description:Returns a string from the standard input device (normally the keyboard, but can also be a file or an interactive shell). The string does not include the new-line character used to terminate it. The /HIDE refinement hides input with "*" characters.
Related:ask - Ask the user for input.
| ||||
|