$
cons
->WriteInput(
event
)
Pushes data in the console input buffer.
event
is a list of values;
for more information, see
Input
. The string chars can be the result of a
ReadChar
function or a normal string. Returns the number of
characters written, or
undef
on error.