Integer Literals ("M" Reference)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Integer literals are used to write integral values. The type of an integer literal defaults to the smallest standard library type that can contain the value, starting with Integer32.

Literal Format

Integer literals take the following format.

IntegerLiteral:
NumericalDigits

See Also

Other Resources

"M" Literals ("M" Reference)