The command input to supply to the command being executed.
The arguments to the command function can be strings, reals, integers, or points, as expected by the prompt sequence of the executed command. A null string ("") is equivalent to pressing Enter on the keyboard.
Return Values
Type: nil
nil is returned by the function when the command is done executing on the provided arguments. An *error* is returned when the function fails to complete successfully.