<> Not Equal
x<>y <>[x;y]
This atomic binary operator returns 1b where (items of) x are less than y.
q)(3;"a")<>(2 3 4;"abc")
101b
011b
Q for Mortals: §4.3.1 Equality = and Inequality <>
<> Not Equalx<>y <>[x;y]
This atomic binary operator returns 1b where (items of) x are less than y.
q)(3;"a")<>(2 3 4;"abc")
101b
011b
Q for Mortals: §4.3.1 Equality = and Inequality <>