fold-only-branch ( #branch -- node/nodes )


Vocabulary
compiler.tree.cleanup

Inputs
#brancha #branch


Outputs
node/nodesa node or a sequence of nodes


Word description
If only one branch is live we don't need to branch at all; just drop the condition value.

Definition