executable
Executable
Indicates whether or not the code snippet to which the attribute is attached is intended
for direct execution.
Used on Element: <code>
| Value | Meaning |
|---|---|
| no | The code cannot or should not be executed. |
| yes | The code is intended to be run. |
| Restriction | @executable is an optional attribute; there is no default. |