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

1.1     ! moko        1: @main[]
        !             2: 
        !             3: $a[^array::create[]]
        !             4: 
        !             5: $a.05[a5] $a.20[a20] $a.10[a30] $a.25[$void]
        !             6: 
        !             7: 1. ^a.count[] elements, ^show[$a]
        !             8: 
        !             9: 2. $h[^hash::create[$a]] ^show[$h]
        !            10: 
        !            11: 3. $h[ $.05[h05] $.10[h10] $.1[h1] ]
        !            12:    $tmp[^hash::create[$h]] ^tmp.add[$a] ^show[$tmp]
        !            13: 
        !            14: 4. ^show[^h.union[$a]]
        !            15: 
        !            16: 5. ^show[^h.intersection[$a]]
        !            17: 
        !            18: 6. $a[^array::create[^o::create[]]]
        !            19:    ^show[$a]
        !            20: 
        !            21: @show[v]
        !            22: ^json:string[$v; $.array[object] ]
        !            23: 
        !            24: @CLASS
        !            25: o
        !            26: 
        !            27: @create[]
        !            28: $1[v1]
        !            29: $3[v3]
        !            30: 

E-mail: