// Initial Self programmed state machine for Comprehension
// This state machine is used by the bot to program itself.
State:FirstThisThenThat {
case :input goto State:sentenceState for each #word of :sentence;
:input {
set #input to :sentence;
set #speaker to :speaker;
set #conversation to :conversation;
set #target to :target;
}
:sentence {
set #instantiation to #sentence;
}
State:sentenceState {
do (assign :task1 to (new #sentence));
do (assign :task2 to (new #sentence));
case "First" goto State:phrase1;
Quotient:1.00:Equation:response;