[Robot]
  Reeborg the Robot  

The Programming Errors


Start of task End of task

         move()
         pick_beeber()    <-- misspelled word (lexical error)
         turn_left().     <-- spurious period (syntactic error)
         put_beeper()
         move;            <-- parentheses missing (syntactic error)
                          <-- turn_off() missing (execution error)
* Error of Intent (aka Logic Error): Even if the errors noted above were fixed, Reeborg would make the mistake of depositing the beeper back on the original corner, rather than one block to the North as required.
[MTSU]  | CS  | [Home] Return to Reeborg home page
(Credits and Copyrights)