integer — Mark each variable with an integer value

Format

integer [number]

Description

integer is an alias for typeset –i. Like typeset –i, integer marks each variable as having an integer value, thus making arithmetic faster. If number is given and is nonzero, the output base of each variable is number. The default is decimal.

See typeset — Assign attributes and values to variables for more information.

Related information

typeset, sh