--- parser3/www/htdocs/Attic/_bug.html 2004/10/07 09:23:44 1.69 +++ parser3/www/htdocs/Attic/_bug.html 2005/07/26 12:54:09 1.89 @@ -1,10 +1,9 @@ -^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}
-} +@main[] +$paf
+$paf(2*2) + +@get_paf[] +works + +@set_paf[value] +^throw[paf;$value] \ No newline at end of file