[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

Constants

A constant has the following form:

constant:
number

number:
whole-number-part [ . ]
. fractional-part
whole-number-part . fractional-part

whole-number-part:
series of one or more decimal digits

fractional-part:
series of one or more decimal digits

[Example: Here are some constants: 1234, 1234.560, 1234., and .1234. Exponents are not supported. end example]