home *** CD-ROM | disk | FTP | other *** search
- PROGRAM tool_name;
- {------------------
- use: MPW tool
- syntax: tool_name
- updating history:
- -------------------}
- USES
- Types, Quickdraw, paslibintf, { Standard includes }
-
- { OSintf. Delete those managers which are not used }
- Events, OSUtils, Files, Devices, DeskBus, DiskInit,
- Disks, Errors, Memory, OSEvents, Retrace, SegLoad,
- Serial, ShutDown, Slots, Sound, Start, Timer,
-
- { Toolintf }
- Controls, Desk, Windows,
- TextEdit, Dialogs, Fonts, Lists,
- Menus, Resources, Scrap, ToolUtils,
-
- packages, sane, Printing,
-
- { MPW includes. }
- cursorctl, signal, intenv, errmgr;
-
-
- const
- version='1.1';
- id='tool_name';
-
- begin { tool_name main program }
-
- end. { tool_name main program }
-
-