Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Else

The Else step is used with the 'IF' step and is the classic programming construct of the same name.


e.g.

If <some condition>

play message X

Else

play message Y

End If

  • No labels