TAL Programmer's Guide

Running Programs
Getting Started
096254 Tandem Computers Incorporated 2–5
Running Programs After the compiler generates an object file for your program, you can run the program
by issuing a TACL RUN command.
To run the sample program MYPROG, issue the following command at the TACL
prompt:
RUN myprog
You can include run options in the TACL RUN command. Section 16, “Running and
Debugging Programs,” gives an overview of some commonly used run options. For
more information on run options, see the TACL Reference Manual.
The remainder of this manual describes the structure of a TAL source file, variable
declarations, expressions, statements, procedure declarations, and other language- and
compiler-specific information.