--- parser3/src/www/htdocs/Attic/index.html 2001/10/22 08:27:44 1.417
+++ parser3/src/www/htdocs/Attic/index.html 2001/10/24 09:03:42 1.425
@@ -1,8 +1,12 @@
@main[]
+^tcounter[]
+#^tablehash[]
+#^hashfile[]
+#^hashfile[]
#^formclass[]
#^hren[]
-^domedit[]
-^domxslt[]
+#^domedit[]
+#^domxslt[]
#^lsplit2[]
#^faceesize[]
#^imageresize[]
@@ -39,11 +43,53 @@
#^header[]
OK
+@tcounter[]
+#^hashfile:clear[counter]
+$counter[^hashfile::open[counter]]
+^counter.transaction{
+# $counter.value(10)
+ $counter.value($counter.value+1)
+# ^counter.delete[value]
+ $counter.value
+}
+
+$hash[^counter.hash[]]
+=$hash.value=
+
+
+@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
+}
+
+
+@hashfile[]
+$hf[^hashfile::assign[hashfile]]
+#$hf.paf[крут5]
+paf=$hf.paf
+
@formclass[]
^$form:CLASS.a=$form:CLASS.a
@domdata[]
-^hren[]
+^if(1){
+# $a{^hren[]}
+}
+$a
$xdoc[^xdoc::create[doc]]
$doc[$xdoc.documentElement]
$name[^doc.appendChild[^xdoc.createElement[name]]]
@@ -382,21 +428,3 @@ $file[^xdoc.file[
# $.method[html]
#]]
-
-@exception[origin;source;comment;type;code;stack]
-CGIBIN_ERROR
-
-
-^if(def $source){$origin
-$source
-}
-${comment}.
-^if(def $type){type=$type}
-^if(def $code){code=$code}
-^if($stack){
-
- stack backtrace:
- ^stack.menu{
- $stack.origin: $stack.name
- }
-}
\ No newline at end of file