home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Misc
/
M2V11-1.LHA
/
modula
/
m2
/
CliOnly.def
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
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.