********************************************************************** * EXPAND * ********************************************************************** * COPYRIGHT 1983 EUGENE H. MALLORY * ********************************************************************** PROGRAM: EXPAND - Expand files created by compress. USAGE: EXPAND [fid] FUNCTION: Reads input and expands the text to the output. This is the inverse of compress. EXAMPLE: EXPAND FILE _____________________________ Standard Input | | Standard Output TEXT | | EXPANDED TEXT ------------------->| EXPAND |-----------------------> | | | | |___________________________|