fpc/tests/webtbs/tw1111.pp
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00

7 lines
134 B
ObjectPascal

var
v : 0..5;
sMin, sMax : 0..5; // if top of range is less than 32, get compiler Panic
begin
if v in [sMin..sMax] then ;
end.