Componentes.Terceros.RemObj.../internal/6.0.43.801/1/RemObjects Samples/Pascal Script for Delphi/Import/testdefine.rops
2010-01-29 16:17:43 +00:00

11 lines
172 B
Plaintext

{.$DEFINE ERROR}
// Remove the . before the define to
// cause an error in textinclude.rops
{$I testinclude.rops}
begin
testproc();
writeln('test');
end.