fn interp_is_open(
args: &[RValue],
named: &[(String, RValue)],
context: &BuiltinContext<'_>,
) -> Result<RValue, RError>Expand description
Test whether a connection is open.
@param con integer scalar: connection ID @return logical scalar: TRUE if open, FALSE if closed