Skip to main content

interp_stdout

Function interp_stdout 

Source
fn interp_stdout(
    _args: &[RValue],
    _named: &[(String, RValue)],
    context: &BuiltinContext<'_>,
) -> Result<RValue, RError>
Expand description

Return connection 1 (standard output).

@return integer scalar with class “connection” (value 1)