* make halt codes unique

git-svn-id: trunk@43046 -
This commit is contained in:
svenbarth 2019-09-21 14:36:13 +00:00
parent eb71d11b99
commit ad8de624b8

View File

@ -36,6 +36,6 @@ begin
{$endif}
halt(1);
if GetSetProp(C, 'St')<>'ckNormal,ckVip' then
halt(1);
halt(2);
writeln('ok');
end.