The program statement is optionally used on the first line of a program to indicate that this is a program.
It is not needed, and is ignored by the compiler. It is supported strictly for compatibility with other implementations.
program name
name | Specifies the name of the program. |
001 program tester 002 * this program tests things ...