home *** CD-ROM | disk | FTP | other *** search
- (********************************************************)
- (* *)
- (* Modul: CHESS.PAS *)
- (* Projekt: CHESS *)
- (* Autor: Michael Thielscher *)
- (* erstellt am: 17.04.89 *)
- (* *)
- (********************************************************)
-
- {$A-}
- {$R+}
-
- {$I DEF.INC}
- {$I OUT.INC}
- {$I IN.INC}
- {$I ZUGGEN.INC}
- {$I SUCHE.INC}
-
- BEGIN
-
- Suche
-
- END.
-
-