EQUAL
=EQUAL(1, 1) -> TRUE =EQUAL("SL", "sl") -> TRUE
DEFINE( EQUAL, LAMBDA( a, b, a=b))
Help us optimize this function