Diff for /parser3/src/www/htdocs/Attic/index.html between versions 1.171 and 1.177

version 1.171, 2001/05/08 06:08:46 version 1.177, 2001/05/08 12:58:05
Line 1 Line 1
 @main[]  @main[]
   $currentFolder[/a/b]
   $path[^currentFolder.lsplit[/]]
   ^path.flip[]
   $path{
   ^menu{$0}{,}
   }
   <hr>
   $t1[^table:set{key      value
   1       v1
   2       v2}]
   $h1[^t1.hash[key]]
   ^h1.default[$value[nothing]]
   ^$h1.2.value=$h1.2.value<br>
   ^$h1.2x.value=$h1.2x.value<br>
   <hr>
   $t2[^table:set{key      a       b
   1       a1
   2       a2      b2
   }]
   t2 ^if(^t2.empty[]){empty}{not empty}<br>
   ^t2.offset(1)
   $t2.b
   $r[^t2.record[]]
   <hr>
   $th[^t2.hash[b]]
   ^$th.b2.a=$th.b2.a<br>
   <hr>
   $th[^t2.hash[key;a]]
   ^$th.2.a=$th.2.a<br>
   <hr>
 #^OP:eval(1<2)  #^OP:eval(1<2)
   
 $filelist[^table:dir[.]]  $filelist[^table:dir[.]]

Removed from v.1.171  
changed lines
  Added in v.1.177


E-mail: