--- parser3/src/www/htdocs/Attic/index.html 2001/03/16 09:26:46 1.4 +++ parser3/src/www/htdocs/Attic/index.html 2001/03/21 16:48:19 1.32 @@ -1,6 +1,16 @@ @main[] -^t(1<2) -^if(1>2){y}{n} +
-@t[b] -^if($b){y}{n} +@default[test;def] +^if(^test.length[]){$test}{$def} + +@exception[origin;source;comment;type;code] +ERROR: +^if(def $source){$origin '$source'} +${comment}. +^if(def $type){type=$type} +^if(def $code){code=$code}