Annotation of parser3/tests/030.html, revision 1.4

1.2       paf         1: $cookie:clientType[
                      2:        $.value[test]
                      3:        $.expires[^date::create(2003;2;26)]
                      4: ]
1.3       misha       5: $cookie:zigi[
                      6:        $.value[value]
1.4     ! misha       7:        $.expires[^date::create(2003;2;20)]
1.3       misha       8: ]
                      9: '$cookie:CLASS.clientType'<br />
                     10: 
                     11: $t[^table::create{key  value}]
                     12: ^cookie:fields.foreach[k;v]{^t.append{$k       ^if($v is "hash"){$v.value}{$v}}}
                     13: ^t.sort{$t.key}
                     14: 
                     15: ^t.menu{${t.key}:      '$t.value'}[<br />]

E-mail: