Athena

Paradox Engine 3.0 for DOS Easter Egg

The following Turbo Pascal program runs to reveal the list of Paradox Engine developers and support team. The list is only available in the Pascal libraries, since Pascal has a smart linker and removes any risk of having this excess data landing in your own applications.

        
uses
  Crt, PXEngine;
begin
  ClrScr;
  WriteLn(PXCredits1);
  Write(PxCredits2);
end.
        
      

Here are the names that are produced:

Bert Speelpenning
Beth Maceri
Carl Jackson
Charles Dickerson
Chris Ohlsen
Curt Patrick
Dan Klaussen
Debra Kennedy
Denise Lee
Don Phan
George Vadney
Glenn Cochran
Jennifer Dunvan
John Stillman
Ken Ng
Lisa Loud
Marie Scanlon
Matt Stave
Meg Forgerson
Michael Maceri
Mike Slater
Nina Machotka
Rick Trutna
Stan Kelly-Bootle
Steve Blair


Click here to return to the Easter Eggs main page