home *** CD-ROM | disk | FTP | other *** search
- (* ------------------------------------------------- *)
- (* INTO.PAS *)
- (* Demonstration des EXE-Patch *)
- (* ------------------------------------------------- *)
- PROGRAM Into;
-
- USES Into_Exe;
-
- BEGIN
- Lesen;
- WriteLn(Farbe);
- END.
- (* ------------------------------------------------- *)
- (* Ende von INTO.PAS *)
-
-
-