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.0.0 / tests / webtbf / tw8780b.pp
Size: Mime:
{ %fail }
var c,c1,c2 : char;
begin
  c:='a' or 'b'; // Error: Operation "or" not supported for types "Char" and "Char"
end.