Next Previous Up Top Contents Index

5.2 Extensions to the Dylan library

odd?

Open generic function, Sealed domain, G.f. method

Summary

Tests whether the argument supplied represents an odd value.

Library

integers

Module

Signature

odd? object => boolean (Open generic function)
odd? complex => boolean (Sealed domain)
odd? integer => boolean (G.f. method)


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index