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

1.1     ! misha       1: @main[]
        !             2: $h[
        !             3:        $i(0)
        !             4:        $.[i$i][$i]
        !             5:        ^i.inc[]  ^rem{allow such calls}
        !             6:        $.[i$i][$i]
        !             7: ]
        !             8: ^print[$h]
        !             9: 
        !            10: 
        !            11: $j(0)
        !            12: $h[
        !            13:        $.[j$j][$j]
        !            14:        ^j.inc[]  ^rem{allow such calls}
        !            15:        $.[j$j][$j]
        !            16: ]
        !            17: ^print[$h]
        !            18: 
        !            19: 
        !            20: $h[^create{
        !            21:        ^for[k](1;5){
        !            22:                $.[k$k][$k]
        !            23:                $.[k$k][$k]
        !            24:        }
        !            25: }]
        !            26: ^print[$h]
        !            27: 
        !            28: 
        !            29: 
        !            30: @create[jCode]
        !            31: $result[$jCode]
        !            32: 
        !            33: 
        !            34: 
        !            35: @print[h]
        !            36: ^h.foreach[k;v]{$k=$v}[, ]
        !            37: <br />

E-mail: