;*; Updated on 06-Dec-91 at 10:48 AM by Michele Tonti; edit time: 0:00:10
;*************************** AMUS Program Label ******************************
; Filename: WRAP.M68 Date: 12/6/91
; Category: UTIL Hash Code: 304-132-200-010 Version: 1.0
; Initials: KUNI/AM Name: RENE S. HOLLAN
; Company: UDISCO LTD. Telephone #: 5144818107
; Related Files:
; Min. Op. Sys.: Expertise Level:
; Special:
; Description: This program will wrap the input file at a specified column
; to an output file. If no column specified, 80 is assumed.
;
;*****************************************************************************
;*************************************************************************
;* *
;* WRAP COMMAND PROGRAM - Ver. 1.0 *
;* *
;*************************************************************************
;
; NOTICE
;
;All rights reserved. This software is the property of UDISCO LTD. and
;the material contained herein is the proprietary property and trade
;secrets of UDISCO LTD., embodying substantial creative efforts and
;confidential information, ideas and expressions, no part of which may be
;reproduced or transmitted in any form or by any means, electronic,
;mechanical, or otherwise, including photocopying or input into any
;information storage or retrieval system without the express written
;permission of UDISCO LTD.
;
;CAUTION: Unauthorized distribution or reproduction of this material may
;subject you to legal action.
;
;
; WRAP: Program to wrap input file at specified column to
; output file.
;
; SYNTAX: WRAP <input file> <output file> <wrap column>
;
; <wrap column> defaults to 80.
;
; Author: Rene S. Hollan
;
; COPYRIGHT (C) 1988 - Udisco Ltd., Montreal, Canada.
;
; Edit History
; ------------
;
; [100] 11 May, 1988
; Coding starts. /RSH
;
;