Handbook
Glossary
unix-call-failed? ( ret -- ? )
Vocabulary
unix
Inputs
ret
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
math
;
IN:
unix
:
unix-call-failed?
( ret -- ? )
{
[
{
[
integer?
]
[
0
<
]
}
1&&
]
[
not
]
}
1||
;