Handbook
Glossary
?terminated ( out -- out terminated? )
Vocabulary
effects
Inputs
out
an
object
Outputs
out
an
object
terminated?
an
object
Definition
USING:
kernel
;
IN:
effects
:
?terminated
( out -- out terminated? )
dup
{
"*"
}
=
[
drop
{
}
t
]
[
f
]
if
;