home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1994-11-14 | 405 b | 15 lines |
- (* Import this module if youre program cant run from workbench *)
- (* Init. code displays a requester if program was started from workbench *)
-
- (* _________________________ *)
- (* | | *)
- (* | RUNTIME ERROR: | *)
- (* | This program will only | *)
- (* | run from the CLI/SHELL | *)
- (* | | *)
- (* | |EXIT| | *)
- (* |________________________| *)
-
- DEFINITION MODULE CliOnly ;
- END CliOnly.
-