Diff for /parser3/www/htdocs/Attic/index.html between versions 1.150 and 1.151

version 1.150, 2002/09/18 13:15:44 version 1.151, 2002/09/20 09:26:33
Line 247  $response:charset[windows-1251] Line 247  $response:charset[windows-1251]
 #^three[]  #^three[]
 #^badLangAfterCatch[]  #^badLangAfterCatch[]
 #^zeroinstdin[]  #^zeroinstdin[]
 ^shifts[]  #^shifts[]
   #^jspace[]
   ^user-foreach[key;value]{$key=$value<br>}
 <hr>  <hr>
 OK  OK
   
   @user-foreach[key;value;code]
   ^for[i](1;10){
           $code.key($i)
           $code.value($i*2)
           $code
   }
   
   @jspace[]
   $a(1)
   ^jspace_call{^eval($a*2)}
   #$a(2)
   #$junction
   
   @jspace_call[param][a]
   $a[unrelcfgdfgated]
   $junction<br>
   $junction.a(2)
   $junction<br>
   
 @shifts[]  @shifts[]
 ^eval(1<<3)<br>  ^eval(1<<3)<br>
 ^eval(8>>2)<br>  ^eval(8>>2)<br>
 #^if(1!||1){y;n}<br>  #^if(1=1){y;n}<br>
   
   
 @zeroinstdin[]  @zeroinstdin[]

Removed from v.1.150  
changed lines
  Added in v.1.151


E-mail: