| PROCWRITE | Index Level | PROMPT |
| Syntax | PROGRAM name |
| Category | BASIC |
| Type | Statement |
| Description |
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. |
| Options | |
| See Also | statements & functions |
| Example |
001 program tester
002 * this program tests things .... |
| Warnings | |
| Compatibility | D3 7.0 AP R83 |
| PROCWRITE | Index Level | PROMPT |