pascalscript/Samples/Import/testdefine.rops

11 lines
172 B
Plaintext
Raw Normal View History

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