home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PASCAL
/
OBJOVR.ZIP
/
OBJTYPES.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1988-10-17
|
142 b
|
12 lines
unit ObjTypes;
interface
const
Max = 100;
type
OBJitizedDataType = array [ 1 .. Max ] of real;
implementation
end.