home *** CD-ROM | disk | FTP | other *** search
Modula Definition | 1994-07-31 | 337 b | 14 lines |
- (* 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.
-