home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 2: PC
/
frozenfish_august_1995.bin
/
bbs
/
d03xx
/
d0308.lha
/
StarBlanker
/
src
/
Mess.def
< prev
next >
Wrap
Text File
|
1990-01-18
|
878b
|
18 lines
DEFINITION MODULE Mess;
(*======================================================================*)
(* Copyright (c) 1989, 1990 Chris Bailey, All Rights Reserved *)
(*======================================================================*)
(* Version: 1.00 Author : Chris Bailey *)
(* Date : 04-Jan-90 *)
(*======================================================================*)
(* Distribution of this code is limited to the terms expressed in the *)
(* documentation of this program. *)
(*======================================================================*)
(* Contents : generic message reporter *)
(*======================================================================*)
PROCEDURE SayMessage(text : ARRAY OF CHAR);
END Mess.