BSD 2 development
[unix-history] / src / pascal / opcodes / x.c
CommitLineData
4b3d8c33
BJ
1char *opnames[]
2{
3 0,
4 "unary -",
5 "mod",
6 "div",
7 "/",
8 "*",
9 "+",
10 "-",
11 "=",
12 "<>",
13 "<",
14 ">",
15 "<=",
16 ">=",
17 "not",
18 "and",
19 "or",
20 ":=",
21 "unary +",
22 "in"
23};