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 / webtbs / uw3429.pp
Size: Mime:
{ Source provided for Free Pascal Bug Report 3429 }
{ Submitted by "Danny Milosavljevic" on  2004-12-05 }
{ e-mail: danny_milo@yahoo.com }
unit uw3429;
interface
var
  v: Variant;
implementation
begin
  v := 7;
end.