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

routinehead

1995 Version of ANSI (Equivalent to Current ISO Version) of Standard

6.1 Routine head routinehead

    routinehead::= routinename eol
    routinename::= name
    name::=

%
ident




digit
ident


...
    control::= The ASCII/M codes 0–31 and 127 (see Annex A for the definition of ASCII/M).
    digit::= The ASCII/M codes 48–57 (characters ‘0’ - ‘9’)
    graphic::= Those characters in the current charset which are not control characters.
    ident::= The ASCII/M codes 65–90 and 97–122 (‘A’-‘Z’ and ‘a’-‘z’) are ident characters, all other characters in the range 0–127 are not ident characters. Additional characters, with codes greater than 127, may be defined as ident through the algorithm specified in ^$Character(charsetexpr,"IDENT")
    eol::= CR LF
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 17-Nov-2023, 10:17:28.

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