home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
minnie.tuhs.org
/
unixen.tar
/
unixen
/
PDP-11
/
Distributions
/
ucb
/
spencer_2bsd.tar.gz
/
2bsd.tar
/
src
/
pascal
/
opcodes
/
x.c
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1980-02-17
|
164 b
|
24 lines
char *opnames[]
{
0,
"unary -",
"mod",
"div",
"/",
"*",
"+",
"-",
"=",
"<>",
"<",
">",
"<=",
">=",
"not",
"and",
"or",
":=",
"unary +",
"in"
};