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

1.1     ! moko        1: @main[]
        !             2: 
        !             3: 1.  $a[v1;v2;$void;v5]
        !             4:    ^a.count[]
        !             5:     $a.8[v6] $a.10[v7] ^a.push[last]
        !             6:     ^while(^a.count[all]){     ^a.count[all] vs ^a.count[], pop '^a.pop[]'
        !             7:     }
        !             8: 
        !             9: 2.  $a[v1;v2]
        !            10: 
        !            11:    ^try-catch{ ^a.append[v3](2+2){^bug[]}[v4] }
        !            12: 
        !            13:    ^a.count[]
        !            14:    ^show[$a]
        !            15: 
        !            16:    ^try-catch{ ^a.insert(1)(1+1){^bug[]}[v5] }
        !            17: 
        !            18:    ^a.count[]
        !            19:    ^show[$a]
        !            20: 
        !            21: 3. $a[^array::create[]]
        !            22:    ^a.append[0;1]
        !            23:    ^a.count[]
        !            24:    ^a.insert(2)[2;3]
        !            25:    ^a.count[]
        !            26:    $a[^array::create[]]
        !            27:    ^a.insert(2)[2;3]
        !            28:    ^a.count[] // counted, OK
        !            29: 
        !            30: @show[v]
        !            31: ^json:string[$v; $.array[object] ]

E-mail: