Componentes.Terceros.RemObj.../official/5.0.23.613/Pascal Script for Delphi/Samples/Import/testinclude.rops

13 lines
214 B
Plaintext
Raw Permalink Normal View History

{
This file is part of a DEFINE / INCLUDE test. Use
testdefine.rops file to execute this file.
}
procedure TestProc;
begin
Writeln('Test Proc Called');
{$IFDEF ERROR}
Error!
{$ENDIF}
end;