User Tools

Site Tools


find_the_errors

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
find_the_errors [2019/08/21 12:39] – created frchrisfind_the_errors [2019/08/21 12:48] frchris
Line 1: Line 1:
 +====== Any Errors? ======
 +
 +lexagraphical (spelling, or typos) can happen 
 +<code>
 +trunLeft();
 +tuneLeft();
 +</code>
 +
 +syntax errors can happen
 +<code>
 +turnleft();
 +turnLeft;
 +turnLeft()
 +</code>
 +
 +Errors in logic can happen - The code compiles, but it doesn't do what you expect, or it will turn off
 +if you run into a wall or pick up something that isn't there, or put down something you don't possess.
 +
 +Consider the following:
 +
 {{::anyerrors1_.png|}} {{::anyerrors1_.png|}}
 +
 +Here is some code in need of debugging:
 +
  
 {{::anyerrors2.png?600|}} {{::anyerrors2.png?600|}}
find_the_errors.txt · Last modified: 2019/08/21 12:52 by frchris

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki