home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / print / adafmt.doc < prev    next >
Encoding:
Text File  |  1988-05-03  |  628 b   |  11 lines

  1. An Ada format program exists on the VAX to aid in program debugging.
  2. In order to run this program, it is necessary to have your program in
  3. a file on the VAX.  When you want to format your program,
  4. type " @adafmt.com ".  The program will ask the name of the 
  5. input file, which is your program, and the output file, which is where 
  6. the output copy of your formatted program will be stored.
  7. The formatted file follows Ada style rules given to me by Wm. Whitaker, 
  8. the person responsible for the development of the language.  It may
  9. not be exactly as some other style, but it is close to right (what ever
  10. that might be.) 
  11.