Repository URL to install this package:
|
Version:
3.2.0 ▾
|
program bug;
begin
{$I-}
mkdir('test895');
InOutRes:=0;
{$I+}
writeln('This is a test');
{$I-}
mkdir('test895');
InOutRes:=0;
{$I+}
writeln('This is a test');
{$I-}
rmdir('test895');
InOutRes:=0;
{$I+}
writeln('This is a test');
end.