Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 165 Bytes

notEQ.md

File metadata and controls

16 lines (11 loc) · 165 Bytes
name see also
cljs.core/not=
cljs.core/=
cljs.core/not

Summary

Details

Returns the opposite of =.

Same as (not (= x y))

Examples