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 / tw2676.pp
Size: Mime:
{ %target=win32, wince }

{ Source provided for Free Pascal Bug Report 2676 }
{ Submitted by "Coenraad Loubser" on  2003-09-12 }
{ e-mail: sprinkaan7@hotmail.com }

var
 x: dword absolute 123;
begin
  writeln(dword(@x));
end.