Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

numlit

1977 Version of ANSI Standard

3.2.4 Numeric Literal numlit

The integer literal syntax, intlit, which is a nonempty string of digits, is defined here.

    intlit::= digit [ digit] ...

See also the transition diagram for intlit.

The numeric literal numlit is defined as follows.

    numlit::= mant [ exp ]

See also the transition diagram for numlit.

    mant::=

intlit [ . intlit ]
. intlit


    exp::= E

+
-


intlit

The value of the string denoted by an occurrence of numlit is defined in the following two subsections.

Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.

This page most recently updated on 29-Nov-2011, 22:19:13.

For comments, contact Ed de Moel (demoel@jacquardsystems.com)