Annotation of parser3/tests/301.html, revision 1.1

1.1     ! misha       1: @main[]
        !             2: $double(1.2)
        !             3: $int(^double.int[])
        !             4: $s{code with string and ^^eval(2+2)=^eval(2+2)}
        !             5: 
        !             6: $h[
        !             7:        $.double[^json:string($double)]
        !             8:        $.int[^json:string($int)]
        !             9:        $.code[^json:string{$s}]
        !            10:        $.date[^json:string[^date::create(2001;02;03;04;05;06)]]
        !            11:        $.table[^json:string[^table::create[nameless]{a b       c}]]
        !            12: ]
        !            13: ^$h.double: $h.double<br />
        !            14: ^$h.int: $h.int<br />
        !            15: ^$h.code: $h.code<br />
        !            16: ^$h.date: $h.date<br />
        !            17: ^$h.table: $h.table<br />

E-mail: