!TITLE Preparing your own material ! In its simplest form, VIEW can be used in much the same way as !LOOK. You give the command ! VIEW(filename) !and VIEW prints the first 20 lines and then awaits further instructions. !Unless the file has been structured as described below, VIEW will !simply split it into 'continuation' pages, addressable by typing /n. ! ! ! ! ! !< name of section 2 ! content of section 2 ! !> ! etc ! ! !Any section can be subdivided by using more pairs of brackets within !the outer brackets eg ! ! preface introducing sections 1, 2,... ! !< name of section 1 ! preface introducing sub-sections ! 1.1, 1.2,... of section 1 ! !< name of section 1.1 ! content of section 1.1 ! !> ! !< name of section 1.2 ! content of section 1.2 ! !> ! !> ! !< name of section 2 ! etc ! !Such subdivisions can be extended to any depth, the 'content' of each !section being a preface optionally followed by one or more subsections. ! ! ! ! ! If the later parts of a file are left unstructured, the earlier ! structured part is the only part which can be VIEWed. An extreme ! case of this is when a file contains as the only directive the ! terminator !> at the start of a line. The text up to that ! terminator is then treated as a 'preface' (split up into pages by ! VIEW if it is long enough) and the text after the terminator is ! not VIEWable. !> ! ! ! ! ! VIEW prompts the viewer for his comments, packages the text and ! calls MAIL to transmit it. !> ! ! ! ! !filename [,view commands] ! ! Note: the filename and any commands are not inserted ! into the key directory. ! ! When you return from VIEWing the file, by typing R, ! you go 'up' !> !filename [,commands] ! ! then viewing that member results in viewing file filename. !> !