home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / ALGOL / ALGOLM.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1987-02-14  |  768 b   |  21 lines

  1. A version of Algol called ALGOLM.  
  2.  
  3. Read ALGSTART.TXT first.
  4.  
  5. The system is used in a manner similar to CBASIC.  
  6. Place ALGOLM.COM in drive A.  At the A> prompt, type
  7.      ALGOLM d:filename $A
  8. where filename is the name of a program file of type 
  9. .ALG (i.e., filename.ALG) on drive d and $A 
  10. (optional) indicates that a listing is desired.  
  11. (The other option discussed in the documentation, $E 
  12. for trace of program execution, does not appear to 
  13. work.)  ALGOLM will produce an intermediate file 
  14. with the name filename.AIN on drive d.  To execute 
  15. this file, place RUNALG.COM in drive A.  At the A> 
  16. prompt, type
  17.      RUNALG d:filename
  18. Refer to the .TXT files for further information.
  19.  
  20. Some sample programs are included.
  21.