particular strings) and then performs some "<span
class=send>action</span>" (usually some kind of connect command
for the type of system you are trying to navigate). When one
- "<span class=expect>state</span>" "<span class=send>fires</span>"
- (detects the string are looking for), it sends the command
+ "<span class=expect>state</span>" "fires"
+ (detects the string are looking for), it <span class=send>sends the command</span>
associated with that state and then moves onto the next "<span
class=expect>state</span>", in our case: the next line.</p>
.send { color: blue; }
.expect { color: red; }
.cmd { color: green; }
- .connect { color: brown; }
\ No newline at end of file
+ .connect { color: purple; }