|
|
| version 1.421, 2001/10/22 13:52:20 | version 1.429, 2001/10/24 11:06:26 |
|---|---|
| Line 1 | Line 1 |
| @main[] | @main[] |
| ^hashfile[] | ^tcache[] |
| #^thashfileexp[] | |
| #^tcounter[] | |
| #^tablehash[] | |
| #^hashfile[] | |
| #^formclass[] | #^formclass[] |
| #^hren[] | #^hren[] |
| #^domedit[] | #^domedit[] |
| Line 40 | Line 44 |
| #^header[] | #^header[] |
| OK | OK |
| @tcache[] | |
| #^hashfile:clear[cache] | |
| $code[^hashfile::open[cache]] | |
| ^code.cache[key](100){ | |
| ^eval(2*3) | |
| ^code.delete[] | |
| } | |
| @thashfileexp[] | |
| $hf[^hashfile::open[hashfile]] | |
| $hf.paf[$.value[крут] $.expires(3)] | |
| paf=$hf.paf | |
| <hr> | |
| $hash[^hf.hash[]] | |
| =$hash.paf= | |
| <hr> | |
| @tcounter[] | |
| #^hashfile:clear[counter] | |
| $counter[^hashfile::open[counter]] | |
| ^counter.transaction{ | |
| # $counter.value(10) | |
| $counter.value($counter.value+1) | |
| # ^counter.delete[value] | |
| $counter.value | |
| } | |
| <hr> | |
| $hash[^counter.hash[]] | |
| =$hash.value= | |
| <hr> | |
| @tablehash[] | |
| $productList[^table::set{id name | |
| 1 носки | |
| 2 валенки | |
| 3 ушанка | |
| }] | |
| #скажем, у первого дилера | |
| $firstPriceList[^table::set{id price | |
| 1 0.3 | |
| 3 1000 | |
| }] | |
| $firstPriceHash[^firstPriceList.hash[id]] | |
| ^productList.menu{ | |
| продукт "$productList.name" | цена у first: $firstPriceHash.[$productList.id].price<br> | |
| } | |
| @hashfile[] | @hashfile[] |
| $hf[^hashfile::assign[hashfile]] | $hf[^hashfile::assign[hashfile]] |
| $hf.paf[krut2] | #$hf.paf[крут5] |
| paf=$hf.paf | paf=$hf.paf |
| @formclass[] | @formclass[] |
| Line 50 paf=$hf.paf | Line 106 paf=$hf.paf |
| @domdata[] | @domdata[] |
| ^if(1){ | ^if(1){ |
| $a{^hren[]} | # $a{^hren[]} |
| } | } |
| $a | $a |
| $xdoc[^xdoc::create[doc]] | $xdoc[^xdoc::create[doc]] |