diff options
Diffstat (limited to 'htc/help.htc')
| -rw-r--r-- | htc/help.htc | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/htc/help.htc b/htc/help.htc new file mode 100644 index 0000000..d35d210 --- /dev/null +++ b/htc/help.htc | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | \throw{help: OBSOLETED} | ||
| 2 | \def{list.unary}{}{ | ||
| 3 | \ops.htc{ | ||
| 4 | \order{PRE1}{>} | ||
| 5 | \query(PRE1){ | ||
| 6 | \left(OP){10}[DESC] | ||
| 7 | } | ||
| 8 | } | ||
| 9 | } | ||
| 10 | \def{list.binary}{}{ | ||
| 11 | \ops.htc{ | ||
| 12 | \order{PRE2}{>} | ||
| 13 | \query(PRE2){ | ||
| 14 | \left(OP){10}[DESC] | ||
| 15 | } | ||
| 16 | } | ||
| 17 | } | ||
| 18 | \def{list.mod}{x}{ | ||
| 19 | \tokens{ | ||
| 20 | \query(MOD==\1){ | ||
| 21 | [TOK] | ||
| 22 | } | ||
| 23 | } | ||
| 24 | } | ||
| 25 | \def{list.users}{x}{ | ||
| 26 | \users{\1}{ | ||
| 27 | \query{1}{ | ||
| 28 | \left(ID){4} \left(NAME){38} \left(GID){3} \sub{\time2htc(LAST)}{4}{12} [LASTIN] | ||
| 29 | } | ||
| 30 | } | ||
| 31 | } | ||
