Annotation of 43BSDReno/contrib/isode-beta/doc/manual/grind4-8a.py, revision 1.1

1.1     ! root        1: ...
        !             2: 
        !             3: ChildInformation ::=
        !             4:        SET {
        !             5:                Name
        !             6:                %{
        !             7:                    printf ("\nChild Information\nName: %s %s. %s\n",
        !             8:                        givenName, initial, familyName);
        !             9:                %},
        !            10: 
        !            11:            dateofBirth[0]
        !            12:                Date
        !            13:                %{ printf ("Date of Birth: %s\n", Date); %}
        !            14:        }
        !            15: 
        !            16: Name ::=
        !            17:        [APPLICATION 1]
        !            18:            IMPLICIT SEQUENCE {
        !            19:                givenName
        !            20:                    IA5String [[s givenName]],
        !            21: 
        !            22:                initial
        !            23:                    IA5String [[s initial]],
        !            24: 
        !            25:                familyName
        !            26:                    IA5String [[s familyName]]
        !            27:            }
        !            28: 
        !            29: EmployeeNumber ::=
        !            30:        [APPLICATION 2]
        !            31:            IMPLICIT INTEGER
        !            32:            %{ printf ("Employee Number: %d\n", $$); %}
        !            33: 
        !            34: ...

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.