| Package | Description |
|---|---|
| com.speechstorm.fish.scripting.ezscript.statements |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SimpleStatement
Represents the sort of statement that performs a simple operation
such as setting or changing a variable (as opposed to a control
statement such as a 'for' loop).
|
| Modifier and Type | Class and Description |
|---|---|
class |
SetVariable
The equivalent of context.setVariable().
|