Annotation of parser3/www/htdocs/_bug.html, revision 1.117

1.116     paf         1: 
1.117   ! paf         2: $hash[
        !             3:        $.1(1)
        !             4:        $.2(2)
        !             5: ]
        !             6: ^hash.foreach[k;v]{
        !             7:        k=$k,v=$v^break[];!
        !             8: }
1.116     paf         9: 
1.117   ! paf        10: $table[^table::create{a
        !            11: 1
        !            12: 2
        !            13: 3}]
        !            14: ^table.menu{
        !            15:        <$table.a^if($table.a==2){^break[]!}>
        !            16: }[,]
        !            17: -------------
        !            18: 
        !            19: ^while(1<2){
        !            20:        $i($i+1)
        !            21:        ^if(1<3){
        !            22:        {
        !            23:        <$i^if($i==3){^break[]}>
        !            24:        }
        !            25:        }
        !            26: }
        !            27: 
        !            28: ^for[i](1;3){
        !            29:        $i before
        !            30:        ^if($i==2){^continue[]}
        !            31:        after
        !            32: }[,]
        !            33: 
        !            34: $response:paf[test]
        !            35: $response:paf[]
        !            36: ---
        !            37: $hashfile[^hashfile::open[hf]]
        !            38: $hashfile.1(1)
        !            39: $hashfile.2(2)
        !            40: ^hashfile.foreach[k;v]{
        !            41:        k=$k,v=$v^break[];!
        !            42: }

E-mail: