fn builtin_isatty(
args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
isatty — check if a connection is a terminal. @param con integer: connection number (0=stdin, 1=stdout, 2=stderr) @return logical @namespace base