Comments Off
Chapter 1: Exercise 1-1
// Learning Processing // Daniel Shiffman // http://www.learningprocessing.com size(200,200); // Exercise 1-1: Looking at how we wrote the instruction for line "line(1,0,4,5);" // How would you guess you would write an instruction to draw a rectangle? rect(50,25,75,25); // A circle? ellipse(150,75,25,25); // A triangle? triangle(50,150,50,175,100,135);
Parse error: syntax error, unexpected T_ENDIF in /home/proce55ing/learningprocessing.com/wp/wp-content/themes/learningprocessing/comments.php on line 2








