Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / tests / tbf / tb0004.pp
Size: Mime:
{ %FAIL }
{ Old file: tbf0049.pp }
{  shows an error while defining subrange types         OK 0.99.7 (PFV) }

type
   days = (Mon,Tue,Wed,Thu,Fri,Sat,Sun);
   weekend = Sat..Sun;

var
   w : weekend;

begin
   w:=5;
   {$message the line before should produce an error }
end.