fn interp_readline(
args: &[RValue],
_named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Read a line of user input from stdin.
@param prompt string to display before reading input @return character scalar of the input (without trailing newline)