home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / languages / turbo_part1.lha / modula / m2 / CliOnly.def < prev    next >
Encoding:
Modula Definition  |  1994-11-14  |  405 b   |  15 lines

  1. (* Import this module if youre program cant run from workbench         *)
  2. (* Init. code displays a requester if program was started from workbench *)
  3.  
  4. (*  _________________________ *)
  5. (* |                | *)
  6. (* | RUNTIME ERROR:        | *)
  7. (* | This program will only | *)
  8. (* | run from the CLI/SHELL | *)
  9. (* |                | *)
  10. (* |        |EXIT|        | *)
  11. (* |________________________| *)
  12.  
  13. DEFINITION MODULE CliOnly ;
  14. END CliOnly.
  15.