--- parser3/www/htdocs/Attic/index.html 2002/10/14 13:53:21 1.160
+++ parser3/www/htdocs/Attic/index.html 2002/10/16 08:22:14 1.167
@@ -244,7 +244,6 @@ $response:charset[windows-1251]
#^zeroinstdin[]
#^shifts[]
#^jspace[]
-#^user-foreach-test[]
#^hashselfmodification[]
#^emptyTransformResult[]
#^badxdoccreate[]
@@ -261,7 +260,50 @@ $response:charset[windows-1251]
#^touchittest[]
#^touchittest2[]
#^opauto[]
-^trycontextt[]
+#^trycontextt[]
+#^tfor[]
+#^user-foreach-test[]
+#^includet[]
+#^derived:includet[]
+#^fortestsep[]
+#^derived:inclass_process_test[]
+#$derived[^derived::create[]]^derived.inclass_process_test[]
+#^domorigint[]
+#^junctiontest2[]
+
+@junctiontest2[]
+^if($if is junction){is junction;not junction}
+^if(def $if){defined;not defined}
+
+@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
}
+
+@user-foreach[key;value;code]
+^for[i](1;10){
+ $caller.$key($i)
+ $caller.$value($i*2)
+ $code
+}
+
+
+@tfor[][i]
+^for[i](1;10){
+$i
+}
@trycontextt[]
^try{
@@ -351,16 +393,6 @@ $i[before]
$i
-@user-foreach-test[][key;value]
-^user-foreach[key;value]{$key=$value
}
-
-@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)}