Diff for /parser3/www/htdocs/Attic/_bug.html between versions 1.64 and 1.73

version 1.64, 2004/09/01 12:21:43 version 1.73, 2004/12/23 14:40:54
Line 1 Line 1
 <pre>  
 ^mail:send[  
         $.from[from]  
         $.to[to]  
         $.html{  
         cid=xxx  
         }  
         $.file[  
                 $.value[^file::load[binary;_bug.html]]  
 #               $.content-disposition[inline]  
                 $.content-disposition[]  
     ]  
 ]  
   
   @main[]
   
   $cH[^cH[]]
   
   ^if($cH.this is "junction"){
                   $result[^cH.this[$cH.th_par]]
   }{
                   $result[0]
   }
   
   ####################################################################################################################
   
   @cH[]
   $result[
                   $.this[$mThis]
                   $.th_par[
                                   $.a(2)
                                   $.b(3)
                   ]
   ]
   ####################################################################################################################
   
   @mThis[lparams][params]
   $params[^hash::create[$lparams]]
   $result[^eval($params.a * $params.b)]

Removed from v.1.64  
changed lines
  Added in v.1.73


E-mail: