if-either ( value left-quot right-quot -- )


Vocabulary
monads

Inputs
valuean object
left-quotan object
right-quotan object


Outputs
None

Definition


: if-either ( value left-quot right-quot -- )
[ [ value>> ] [ left? ] bi ] 2dip if ; inline