Meta Project

The Unofficial Meta Documentation

IS-EVEN

Summary

IS-EVEN tests if the input is an even numeric value

Category

Categoryname

Usage

IS-EVEN value

Arguments

value - numeric value

Refinements

This method has no refinements

Description

IS-EVEN tests if the input is an even numeric value

Example Code

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

Related

IS-ODD  

Back to the Meta Methods Reference index