;
A;
telephone:[
            415 506-0111,
            503 743-5226
          ];
note:1;
note:1;
SCHEMA OF address, note, telephone, workfellow
------------------------------------------------------
address( note
       ),
note( address,
      telephone,
      workfellow
    ),
telephone( note
         ),
workfellow( note
          );
2;
note:1( address:4 Broadway Av,
        telephone:[
                    415 506-0111,
                    503 743-5226
                  ],
        workfellow:Ringer Michael
      );
***TEST OF {A,A:a} ***
"=";
A():a;
"=B";
B;
"={A,B,a}";
A;
"=*";
A;
*******************
note:[
       2( address:10 Seventh Av,
          telephone:400 297-0752,
          workfellow:Smith Robert
        ),
       3( telephone:503 743-5226,
          workfellow:Smith Anne
        )
     ];
note:[
       1( address:4 Broadway Av,
          telephone:[
                      415 506-0111,
                      503 743-5226
                    ],
          workfellow:Ringer Michael
        ),
       2( address:10 Seventh Av,
          telephone:400 297-0752,
          workfellow:Smith Robert
        ),
       3( telephone:503 743-5226,
          workfellow:Smith Anne
        )
     ];
note:3( address:4 Broadway Av,
        telephone:[
                    415 506-0111,
                    503 743-5226
                  ],
        workfellow:[
                     Ringer Michael,
                     Smith Anne
                   ]
      );
note:[
       1( address:4 Broadway Av,
          telephone:[
                      415 506-0111,
                      503 743-5226
                    ]
        ),
       3( address:4 Broadway Av,
          telephone:[
                      415 506-0111,
                      503 743-5226
                    ],
          workfellow:Smith Anne
        )
     ];
note:[
       1,
       2( address:10 Seventh Av,
          telephone:400 297-0752,
          workfellow:Smith Robert
        ),
       3( address:4 Broadway Av,
          telephone:[
                      415 506-0111,
                      503 743-5226
                    ],
          workfellow:Smith Anne
        )
     ];
note; workfellow
1; 
2; Smith Robert
3; Smith Anne
----------
workfellow; address; telephone
Smith Anne; 4 Broadway Av; 415 506-0111, 503 743-5226
Smith Robert; 10 Seventh Av; 400 297-0752
----------
note; workfellow; telephone
1; ; 
2; Smith Robert; 400 297-0752
3; Smith Anne; 415 506-0111, 503 743-5226
employer:[
           -1,
           2147483648,
           2147483647.999999
         ];
employer:2147483647.999999;
employer():100( office:'accounting'
              ),
office():[
           'accounting'( employer:100
                       ),
           A( 'comment':'unknown'
            )
         ];
'***ELLIPSIS***';
office:'accounting';
office:'accounting';
"ATTAINABLE EXPRESSIONS";
office:A;
office:[
         'accounting',
         A
       ];
employer:100;
1:2;
;
;
;
;
;
