--- parser3/www/htdocs/Attic/_bug.html 2004/10/07 09:23:44 1.69 +++ parser3/www/htdocs/Attic/_bug.html 2005/08/05 12:43:20 1.84.4.1 @@ -1,10 +1,12 @@ -^connect[oracle://iagency:pwd@oracle]{ - ^string:sql{select 2*2 from dual}
- ^try{ - ^string:sql{select 2*2x from dual} - }{ - $exception.handled(1) - exception($exception.comment) handled
- } - ^string:sql{select 2*2 from dual}
-} +@inc1[] +^i.inc(1) + +@inc2[] +$i($i+1) + +@inc11[] +^i.inc[] + +@main[] +$i(0) +^for[n](1;9000){^inc1[]}