executable

Executable

Indicates whether or not the code snippet to which the attribute is attached is intended for direct execution.

Attribute Values

In Element

<code>
ValueMeaning
noThe code cannot or should not be executed.
yesThe code is intended to be run.
Restriction: This is an optional attribute; there is no default.