
8 File Storage

For example, this statement closes file number 1:
310 ASSIGN * TO #1A file is also automatically closed by executing the following operations:
| Operation | Files Closed (X) All | Files Closed (X) All Except COM |
|---|---|---|
| LOAD | X | |
| GET | X | |
| RUN | X | |
| STOP | X | |
| END | X | |
| SCRATCH | X | |
| SCRATCH V | X | |
| SCRATCH P | X | |
| SCRATCH A | X | |
| SCRATCH C | X | |
| Subprogram Return* |
* All files opened in subprogram, but not passed via COM or parameters, are closed.