Diff for /parser3/www/htdocs/Attic/_bug.html between versions 1.69 and 1.117

version 1.69, 2004/10/07 09:23:44 version 1.117, 2006/04/09 13:38:48
Line 1 Line 1
 ^connect[oracle://iagency:pwd@oracle]{  
         ^string:sql{select 2*2 from dual}<br>  $hash[
         ^try{          $.1(1)
                 ^string:sql{select 2*2x from dual}          $.2(2)
         }{  ]
                 $exception.handled(1)  ^hash.foreach[k;v]{
                 exception($exception.comment) handled<br>          k=$k,v=$v^break[];!
   }
   
   $table[^table::create{a
   1
   2
   3}]
   ^table.menu{
           <$table.a^if($table.a==2){^break[]!}>
   }[,]
   -------------
   
   ^while(1<2){
           $i($i+1)
           ^if(1<3){
           {
           <$i^if($i==3){^break[]}>
           }
         }          }
         ^string:sql{select 2*2 from dual}<br>  }
   
   ^for[i](1;3){
           $i before
           ^if($i==2){^continue[]}
           after
   }[,]
   
   $response:paf[test]
   $response:paf[]
   ---
   $hashfile[^hashfile::open[hf]]
   $hashfile.1(1)
   $hashfile.2(2)
   ^hashfile.foreach[k;v]{
           k=$k,v=$v^break[];!
 }  }

Removed from v.1.69  
changed lines
  Added in v.1.117


E-mail: