Diff for /parser3/www/htdocs/Attic/index.html between versions 1.161 and 1.169

version 1.161, 2002/10/14 15:22:43 version 1.169, 2002/10/16 09:02:15
Line 244  $response:charset[windows-1251] Line 244  $response:charset[windows-1251]
 #^zeroinstdin[]  #^zeroinstdin[]
 #^shifts[]  #^shifts[]
 #^jspace[]  #^jspace[]
 #^user-foreach-test[]  
 #^hashselfmodification[]  #^hashselfmodification[]
 #^emptyTransformResult[]  #^emptyTransformResult[]
 #^badxdoccreate[]  #^badxdoccreate[]
Line 259  $response:charset[windows-1251] Line 258  $response:charset[windows-1251]
 #^cookie2[]  #^cookie2[]
 #^menudelim[]  #^menudelim[]
 #^touchittest[]  #^touchittest[]
 ^touchittest2[]  #^touchittest2[]
 #^opauto[]  #^opauto[]
 #^trycontextt[]  #^trycontextt[]
 #^tfor[]  #^tfor[]
   #^user-foreach-test[]
   #^includet[]
   #^derived:includet[]
   #^fortestsep[]
   #^derived:inclass_process_test[]
   #$derived[^derived::create[]]^derived.inclass_process_test[]
   #^domorigint[]
   #^junctiontest2[]
   #^junctionselftest[]
   ^bad-compiletosystem[]
   
   @bad-compiletosystem[]
   ^process[$string:CLASS]{@a[]
   }
   
   @junctionselftest[]
   $derived[^derived::create[]]^derived.explodejunction{$tomain[tomainOK]}
   ^$tomain=$tomain
   
   @junctiontest2[]
   ^if($if is junction){is junction;not junction}<br>
   ^if(def $if){defined;not defined}<br>
   
   @domorigint[]
   $xdoc[^xdoc::create[вася]]
   ^xdoc.firstChild.setAttribute[name;значение]
   $var[$xdoc.firstChild.nodeName]
   ^throw[paf;$var]
   
   
   @fortestsep[][i]
   ^for[i](1;3){$i}[,]
   
   @includet[]
   ^include[some.p]
   ^included_method[2]
   
   @user-foreach-test[][key;value]
   ^user-foreach[key;value]{$key=$value<br>}
   
   @user-foreach[key;value;code]
   ^for[i](1;10){
           $caller.$key($i)
           $caller.$value($i*2)
           $code
   }
   
   
 @tfor[][i]  @tfor[][i]
 ^for[i](1;10){  ^for[i](1;10){
Line 357  $i[before] Line 403  $i[before]
 $i  $i
   
   
 @user-foreach-test[][key;value]  
 ^user-foreach[key;value]{$key=$value<br>}  
   
 @user-foreach[key;value;code]  
 ^for[i](1;10){  
         $code.$key($i)  
         $code.$value($i*2)  
         $code  
 }  
   
 @jspace[]  @jspace[]
 $a(1)  $a(1)
 ^jspace_call{^eval($a*2)}  ^jspace_call{^eval($a*2)}

Removed from v.1.161  
changed lines
  Added in v.1.169


E-mail: