summaryrefslogtreecommitdiff
path: root/htc/help.htc
blob: d35d2101ac6dcc414f53c7d106fdd85bf7a425da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
\throw{help: OBSOLETED}
\def{list.unary}{}{
  \ops.htc{
    \order{PRE1}{>}
    \query(PRE1){
      \left(OP){10}[DESC]
    }
  }
}
\def{list.binary}{}{
  \ops.htc{
    \order{PRE2}{>}
    \query(PRE2){
      \left(OP){10}[DESC]
    }
  }
}
\def{list.mod}{x}{
  \tokens{
    \query(MOD==\1){
      [TOK]
    }
  }
}
\def{list.users}{x}{
  \users{\1}{
    \query{1}{
      \left(ID){4} \left(NAME){38} \left(GID){3} \sub{\time2htc(LAST)}{4}{12} [LASTIN]
    }
  }
}