input
Action
Prompt for user input via stdin
Syntax
input "prompt"
prompt for input (fire and forget)
$result = input "prompt"
prompt and return input
$result, $error = input "prompt"
prompt with error handling