Each state machine program can have up to 16 states declared. Each state is composed of a state declaration and a body:
state <state_name>:
<state_body>
Each state machine program can have up to 16 states declared. Each state is composed of a state declaration and a body:
state <state_name>:
<state_body>