- or download this
INITIAL_STATE SOME_STATE FINAL_STATE
+-----+ +-----+ +-----+
...
+-----+ | +-----+ +-----+
| |
+-------+
- or download this
INITIAL_STATE: {
...
...
FINAL_STATE: {
...
}
- or download this
sub initial_state {
...
...
}
initial_state();
- or download this
sub initial_state {
...
...
}
initial_state();
- or download this
sub initial_state {
...
...
while ( $state ) {
$state = $state->();
}