expr. ( expr -- )


Vocabulary
boolean-expr

Inputs
expra


Outputs
None

Word description
Print the expression followed by newline.

Examples
USING: boolean-expr ; X Y ⋁ X ¬ Y ⋀ ⋀ op.
((X ⋀ (¬X ⋀ Y)) ⋁ (Y ⋀ (¬X ⋀ Y)))


See also
op.

Definition