« on: May 13, 2024, 08:57:15 am »
Yes; it compiles and runs I call it "The Uglifier"

unit Unit1;
{$mode objfpc}{$H+} interface uses
Classes, SysUtils, Forms, Controls, Graphics, Dialogs,
StdCtrls; type { TForm1 } TForm1 = class(TForm) B1:TButton;
procedure B1Click(Sender:TObject); private public end;
var Form1: TForm1; implementation {$R *.lfm}
{TForm1}procedure TForm1.B1Click(Sender:
TObject); begin B1.Caption:=
'Hello World'; end; end.
« Last Edit: May 13, 2024, 09:04:29 am by Ten_Mile_Hike »

Logged
When any government, or any church for that matter, undertakes to say to its subjects, This you may not read, this you
must not see, this you are forbidden to know, the end result is tyranny and oppression no matter how holy the motives.
Robert A. Heinlein