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

1.1     ! moko        1: @main[]
        !             2: $h[
        !             3:  $.1[1]
        !             4:  $.2[2]
        !             5:  $.3[3]
        !             6:  $.4[4]
        !             7:  $.5[5]
        !             8: ]
        !             9: 
        !            10: $t[^table::create{v
        !            11: 1
        !            12: 2
        !            13: 3
        !            14: 4
        !            15: 5
        !            16: }]
        !            17: 
        !            18: ^for[limit](0;5){
        !            19:     $limit
        !            20:     ^json:string[^h.select[k;v]($v<=$limit || ^break[])[ $.limit[4] ]]
        !            21:     ^json:string[^t.select($t.v<=$limit || !^break[])[ $.limit[4] ]]
        !            22: }

E-mail: