⋀ ( x y -- expr )
Vocabularyboolean-expr
Class descriptionLogical conjunction (AND).
Definition
IN: boolean-expr
TUPLE: ⋀ x y ;
USING: multi-methods ;
GENERIC: ⋀ ( x y -- expr )