(==)


Vocabulary
logic

Variable description
A logic predicate. It tests for equality of two arguments. Evaluating two arguments, true if they are the same, false if they are different.

Syntax
{ (==) X Y }


See also
(>), (>=), (=<), (<), =:=, =\=

Variable value
Current value in global namespace:
T{ logic-pred f "(==)" ~vector~ }


Definition