flow control : send
DESCRIPTION
<send> assigns the user to a new state, and executes any <enter> handlers in that state. Additionally, it functions as an <end>. If the state name provided is not a valid state, <send> functions equivalently to <end>.
PARAMETERS
state - state name
EXAMPLES
...
<send state="next_state_name" />
...
<send state="next_state_name" />
...