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 / test / terecs11.pp
Size: Mime:
program terecs11;

{$ifdef fpc}
  {$mode delphi}
{$endif}

type
  TRecord = record
  private type
    TTestClass = class

    end;
    TTestRecord = record

    end;
    TTestObject = object

    end;
    TTestInterface = interface

    end;
    TTestString = String[20];
    TTestRange = 0..42;
  end;

begin
end.