[LISPWORKS][Common Lisp HyperSpec (TM)] [Previous][Up][Next]


Type Specifier MOD

Compound Type Specifier Kind:

Abbreviating.

Compound Type Specifier Syntax:

mod n

Compound Type Specifier Arguments:

n---a positive integer.

Compound Type Specifier Description:

This denotes the set of non-negative integers less than n. This is equivalent to (integer 0 (n)) or to (integer 0 m), where m=n-1.

The argument is required, and cannot be *.

The symbol mod is not valid as a type specifier.


The following X3J13 cleanup issue, not part of the specification, applies to this section:


[Starting Points][Contents][Index][Symbols][Glossary][Issues]
Copyright 1996-2005, LispWorks Ltd. All rights reserved.