Repository URL to install this package:
|
Version:
1.6 ▾
|
lazarus
/
usr
/
share
/
lazarus
/
1.6
/
components
/
PascalScript
/
Samples
/
Import
/
testinclude.rops
|
|---|
{
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;