home *** CD-ROM | disk | FTP | other *** search
- A version of Algol called ALGOLM.
-
- Read ALGSTART.TXT first.
-
- The system is used in a manner similar to CBASIC.
- Place ALGOLM.COM in drive A. At the A> prompt, type
- ALGOLM d:filename $A
- where filename is the name of a program file of type
- .ALG (i.e., filename.ALG) on drive d and $A
- (optional) indicates that a listing is desired.
- (The other option discussed in the documentation, $E
- for trace of program execution, does not appear to
- work.) ALGOLM will produce an intermediate file
- with the name filename.AIN on drive d. To execute
- this file, place RUNALG.COM in drive A. At the A>
- prompt, type
- RUNALG d:filename
- Refer to the .TXT files for further information.
-
- Some sample programs are included.