is-odd()

Returns true if the numeric value passed as argument is odd. Returns false otherwise.

Parameters

This predicate has no parameters.

Examples

10 | is-odd  #false

Kind: Predicate
Scope: numeric/arithmetic
Aliases: odd, numeric-is-odd


This site uses Just the Docs, a documentation theme for Jekyll.