home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
pascal
/
library
/
dos
/
bix
/
fastarc.inc
< prev
next >
Wrap
Text File
|
1986-08-04
|
615b
|
27 lines
{GENERATED INCLUDE FILE *FASTARC.INC*}
Type gdata=record x1,x2:integer end;
Const sdata=-10; edata=10;
data:array[sdata..edata] of gdata =
(
(x1:-7;x2:7),
(x1:-12;x2:12),
(x1:-15;x2:15),
(x1:-17;x2:17),
(x1:-19;x2:19),
(x1:-20;x2:20),
(x1:-21;x2:21),
(x1:-22;x2:22),
(x1:-22;x2:22),
(x1:-23;x2:23),
(x1:-23;x2:23),
(x1:-23;x2:23),
(x1:-22;x2:22),
(x1:-22;x2:22),
(x1:-21;x2:21),
(x1:-20;x2:20),
(x1:-19;x2:19),
(x1:-17;x2:17),
(x1:-15;x2:15),
(x1:-12;x2:12),
(x1:-7;x2:7));