|
|
| version 1.69, 2001/03/28 09:38:10 | version 1.78, 2001/03/29 17:23:23 |
|---|---|
| Line 16 _  ^; | Line 16 _  ^; |
| }] | }] |
| @dump[t] | @dump[t] |
| ^t.menu{$n<BR>} | #^t.menu{$n<BR>} |
| <HR> | <HR> |
| @func[n] | @func[n] |
| $n | $n |
| @twop[a;b] | |
| ($a,$b) | |
| @main[] | @main[] |
| $tf123[^file:load[test.cfg]] | $a[vasya,fedya,kolya] |
| ^^"$a".lsplit[,]=$as[^a.lsplit[,]]^as.menu{$0;|}<BR> | |
| ^^a.pos(sy]="^a.pos[sy]"<BR> | |
| ^^a.pos[zsy]="^a.pos[zsy]"<BR> | |
| ^^a.left(3)="^a.left(3)"<BR> | |
| ^^a.right(3)="^a.right(3)"<BR> | |
| ^^a.mid(1;3)="^a.mid(1;3)"<BR> | |
| <HR> | |
| ^twop[a;] | |
| ^$request:browser.type=$request:browser.type<BR> | |
| ^$request:browser.version=$request:browser.version<BR> | |
| $tf[^file:load[test.zip;abc.zip]] | |
| ^$tf.name=$tf.name<BR> | |
| ^$tf.size=$tf.size<BR> | ^$tf.size=$tf.size<BR> |
| ^$tf.mime-type=$tf.mime-type<BR> | |
| ^$tf.text:<BR> | |
| $tf.text<HR> | |
| <HR> | <HR> |
| ^file:find[test.cfg]<BR> | ^file:find[test.cfg]<BR> |
| ^file:find[tes.cfg]{not found}<BR> | ^file:find[tes.cfg]{not found}<BR> |
| Line 34 $t[^table:set{n | Line 52 $t[^table:set{n |
| 1.2 | 1.2 |
| 2 | 2 |
| }] | }] |
| $t{^locate[n;2z]^found{$n}{not found}}<BR> | #$t{^locate[n;2z]^found{$n}{not found}}<BR> |
| $t{^locate[n;3]^found{found:$n}{not found}}<BR> | #$t{^locate[n;3]^found{found:$n}{not found}}<BR> |
| ^$t:<BR> | ^$t:<BR> |
| ^dump[$t] | ^dump[$t] |
| ^t.sort($n) | #^t.sort($n) |
| ^^t.sort(^$n):<BR> | ^^t.sort(^$n):<BR> |
| ^dump[$t] | ^dump[$t] |
| ^t.sort{^:func($n)} | #^t.sort{^:func($n)} |
| ^^t.sort{^^:func(^$n)}:<BR> | ^^t.sort{^^:func(^$n)}:<BR> |
| ^dump[$t] | ^dump[$t] |
| ^t.sort{$n} | #^t.sort{$n} |
| ^^t.sort{^$n}:<BR> | ^^t.sort{^$n}:<BR> |
| ^dump[$t] | ^dump[$t] |
| ^t.sort{$n}[desc] | #^t.sort{$n}[desc] |
| ^^t.sort{^$n}[desc]:<BR> | ^^t.sort{^$n}[desc]:<BR> |
| ^dump[$t] | ^dump[$t] |
| <HR> | <HR> |