Recent

Author Topic: Wikipedia pollution  (Read 520 times)

bytebites

  • Hero Member
  • *****
  • Posts: 776
Wikipedia pollution
« on: December 06, 2025, 07:55:53 pm »
https://en.wikipedia.org/wiki/Object_Pascal

Someone has polluted Object Pascal page with python code.


cdbc

  • Hero Member
  • *****
  • Posts: 2571
    • http://www.cdbc.dk
Re: Wikipedia pollution
« Reply #1 on: December 06, 2025, 08:43:42 pm »
Hi
Yeah, them bastards have been changing/visiting the "Delphi & Object Pascal" example...
 >:D
Regards Benny
If it ain't broke, don't fix it ;)
PCLinuxOS(rolling release) 64bit -> KDE6/QT6 -> FPC Release -> Lazarus Release &  FPC Main -> Lazarus Main

Kays

  • Hero Member
  • *****
  • Posts: 632
  • Whasup!?
    • KaiBurghardt.de
Re: Wikipedia pollution
« Reply #2 on: December 06, 2025, 09:15:50 pm »
You could’ve reverted that yourself, it isn’t a protected article, no need to post a new topic for that.
Yours Sincerely
Kai Burghardt

Thaddy

  • Hero Member
  • *****
  • Posts: 18696
  • To Europe: simply sell USA bonds: dollar collapses
Re: Wikipedia pollution
« Reply #3 on: December 07, 2025, 08:31:35 am »
Is it reverted? Because what I see is Object Oriented Pascal with the emphasis on OO.
I would not have written it in that style, but it is correct code and for multiple dialects.
It expertly shows the small differences in the dialects with focus on OOP.

[edit] Well done, Kays. Forgot to examine history.
 
Ahum,  :D ;D %) Sunday morning example in similar style:
Code: Pascal  [Select][+][-]
  1. program hello;
  2. {$mode objfpc}
  3. type
  4.         world = class
  5.         class function run:string;static;
  6.         end;
  7.        
  8.         class function world.run:string;
  9.         begin
  10.           Result:=qualifiedclassname;
  11.           Result[6]:=',';
  12.         end;
  13.        
  14. begin
  15.   writeln(world.run);
  16. end.

« Last Edit: December 07, 2025, 09:15:59 am by Thaddy »
If Europe sells their USA bonds the USD will collapse. Europe can affort that given average state debts. The USA can't affort that. Just an advice...

 

TinyPortal © 2005-2018