Meta Project

The Unofficial Meta Documentation

ANY-WHOLE!

Summary

ANY-WHOLE! This datatype is synonym for all WHOLE! types.

Category

NUMERIC

Usage

ANY-WHOLE!

Arguments

N.A.

Refinements

Not applicable on category

Description

ANY-WHOLE! This datatype is synonym for all WHOLE! types, in other languages often known as integer. If a method allows an argument to be one of the possible WHOLE! types, not all types need to be specified separately. mentioning ANY-WHOLE! takes care of that.

Example Code

To be done.

Related

WHOLE8!  
WHOLE32!  
WHOLE64!  
BYTE!  
NATURAL!  
NUMBER!  

Back to the Meta Datatypes Reference index