Literal Number: .-------. .- +-. V | |--+- --+--+---digit-+--+--------------+-+----------------------> | +-.------------+ | | | .-------. | | | | V | | | | '-.----digit-+-' | | .-------. | | V | | '-.----digit-+----------------' >--+---------------------------+--------------------------------| | .-------. | | .- +-. V | | '-+- e-+--+- --+----digit-+-' '- E-'
Element | Description | Restrictions | Syntax |
---|---|---|---|
digit | Integer in range 0 through 9 | Must be an ASCII digit | Literal entered from the keyboard. |
You cannot include comma ( , ) or blank (ASCII 32) character. The unary plus ( + ) or minus ( - ) sign can precede a literal number, mantissa, or exponent.
You cannot include non-ASCII digits in literal numbers, such as the Hindi numbers that some nondefault locales support.
Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]