Meta Project

The Unofficial Meta Documentation

IS-ODD

Summary

IS-ODD tests if the input is an odd numeric value

Category

Categoryname

Usage

IS-ODD value

Arguments

value - numeric value

Refinements

This method has no refinements

Description

IS-ODD tests if the input is an odd numeric value

Example Code

value: 11
write "Value is "
write/line either IS-ODD value ["odd."]["even."]

Related

IS-EVEN  

Back to the Meta Methods Reference index