Skip to main content

input

Function input 

Source
fn input(
    prompt: Option<Value>,
    eval: &mut Evaluator,
    span: Span,
) -> Result<Value, Error>