flow control : return
DESCRIPTION
<returns> assigns the user to the previous state, without executing either the <exit> or <enter> handlers in either state. Additionally, it functions as a <end>. If there is no previous state, <send> functions equivalently to <end>.
PARAMETERS
none
EXAMPLES
...
<return />
...
<return />
...