Skip to main content

interp_readline

Function interp_readline 

Source
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)