Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 183 Bytes

evenQMARK.md

File metadata and controls

15 lines (10 loc) · 183 Bytes
name see also
cljs.core/even?
cljs.core/odd?

Summary

Details

Returns true if n is an even number.

Throws an exception if n is not an integer.

Examples