☜ | strlit1977 Version of ANSI Standard | ☞ |
3.2.6 String Literal strlit
Let nonquote temporarily be defined as any of the class of 94 graphics, excluding the quote symbol.
strlit | ::= | " | ┌ │ └ |
" " nonquote |
┐ │ ┘ |
... | " |
See also the transition diagram for strlit.
In words, a string literal is bounded by quotes and contains any string of graphics, except that when quotes occur inside, they occur in adjacent pairs. Each such adjacent quote pair denotes a single quote in the value denoted by strlit, whereas any other graphic between the bounding quotes denotes itself. An empty string is denoted by exactly two quotes.
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 12-Sep-2014, 13:10:38.
For comments, contact Ed de Moel (demoel@jacquardsystems.com)