Repository URL to install this package:
|
Version:
1.6 ▾
|
lazarus
/
usr
/
share
/
lazarus
/
1.6
/
components
/
PascalScript
/
Samples
/
Import
/
testdefine.rops
|
|---|
{.$DEFINE ERROR}
// Remove the . before the define to
// cause an error in textinclude.rops
{$I testinclude.rops}
begin
testproc();
writeln('test');
end.