home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
pascal
/
utility
/
unittool
/
turbo5
/
intrfac5
/
test1.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1988-12-14
|
195 b
|
16 lines
{$A-,B-,D+,E+,F-,I+,L-,N+,O-,R+,S+,V+}
{$M 16383,0,655359}
unit test1;
interface
uses objstuff;
const
c:integer = 1;
var
testbuff: integer absolute c;
implementation
end.