Skip to main content

io_stdin

Function io_stdin 

Source
pub fn io_stdin(
    _args: &[ValueWord],
    ctx: &ModuleContext<'_>,
) -> Result<ValueWord, String>
Expand description

io.stdin() -> IoHandle

Return an IoHandle for the current process’s standard input.