home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 December
/
Chip_2001-12_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d23456
/
CAJSCRTP.ZIP
/
demo_kylix
/
ilibtest.ifs
< prev
next >
Wrap
Text File
|
2001-04-20
|
182b
|
10 lines
Program IFSTest;
uses
ilib;
Begin
writeln(inttostr(TestVal));
TestVal := TestVal + 1;
writeln(inttostr(TestVal));
Writeln(Test);
Writeln(IntToStr(TestVal));
End.