# ptype command

The ptype command returns whether a
BASIC program is a main program or a subroutine.

## Syntax

```
ptype file.name program.name
```

## Parameter(s)

| file.name | Name of the file containing the program you are verifying. |
| --- | --- |
| program.name | Name of the program you are verifying. |
This command also displays whether flash code is available
as part of object code.

---
Source: https://d3codex.com/tcl/ptype-command/ - part of the D3Codex reference.
