afe3fdfd77
git-svn-id: http://code.remobjects.com/svn/pascalscript@1 5c9d2617-0215-0410-a2ee-e80e04d1c6d8
11 lines
172 B
Plaintext
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.
|