|
|
| version 1.73, 2001/03/29 09:31:46 | version 1.82, 2001/03/30 09:58:59 |
|---|---|
| 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] | @twop[a;b] |
| ($a,$b) | ($a,$b) |
| @main[] | @main[] |
| $t[^table:load[/test.cfg]] | |
| $t{ | |
| ^menu{$a!$b!$c<BR>} | |
| <HR> | |
| ^append[x y z] | |
| ^menu{$a!$b!$c<BR>} | |
| <HR> | |
| ^flip[] | |
| ^menu{$0!$1!$2!$3<BR>} | |
| <HR> | |
| } | |
| $a[vasya,fedya,kolya] | |
| ^^"$a".lsplit[,]=$as[^a.lsplit[,]]$as.0|$as.1|$as.2|$as.3<BR> | |
| ^^"$a".rsplit[,]=$as[^a.rsplit[,]]$as.0|$as.1|$as.2|$as.3<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;] | ^twop[a;] |
| ^$request:browser.type=$request:browser.type<BR> | ^$request:browser.type=$request:browser.type<BR> |
| ^$request:browser.version=$request:browser.version<BR> | ^$request:browser.version=$request:browser.version<BR> |
| Line 44 $t[^table:set{n | Line 65 $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> |