☜ | numlit1977 Version of ANSI Standard | ☞ |
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.
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)