Handbook
Glossary
({}) ( state -- state' )
Vocabulary
brain-flak
.
private
Inputs
state
an
object
Outputs
state'
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
brain-flak.private
:
({})
( state -- state' )
dup
active>>
[
pop
glue
]
unless-empty
;