THIS BASE CODE IS FOR ANALOG ROBOTS ONLY
THIS BASE CODE IS ONLY FOR NON COMPUTER USE
ALL D0M REQUESTS MUST ADHERE TO GOVERNING RULES FOR ANALOG ROBOTS
D0M REQUESTS MUST BE APPROVED BY James Simmons
PULL RnD0M AS S1 ~Robot Suggestion Driven Result
PULL rnD0M AS S0 ~User Suggestion Driven Result
PULL RND0M AS S2 ~User Response To Interrupt
PULL rND0M AS S3 ~ Interrupter
IF S1 = S0 ~Equal Suggestions
GIVE +1 ~Future Update
END IF
IF S1 = S2 ~Positive Response S1
GIVE +1 ~Future Update
END IF
IF S0 =/= S1 AND S2 = S0 ~Not Equal Suggestions And Positive Response S0
INTERRUPT LOOP NOW! ~Future Update
END IF
IF S0 =[=/=]= S1 ~S1 Is Opposite Of S0
REPULL S2 ~Verify S2
IF S2 = S1 ~Positive Response S1
GIVE +1 ~Future Update
END IF
IF S2 = S0 ~Positive Response S0
INTERRUPT LOOP NOW! ~Future Update
END IF
END IF
IF S3 = S2 ~Interrupt Acknowledged By User
INTERRUPT LOOP NOW! ~Future Update
END IF