We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Some errors (Read 511 times)
Some errors
Mar 14th, 2008, 10:42pm
 
Hey, I've got a few errors that I've discovered while reading the tutorials...

Please bare with me, because I really didn't feel like searching for each issue seperately to see if they already exist...

--------------------
Issue 1:
http://processing.org/learning/basics/operatorprecedence.html

The problem lies in the description text:
"...example, in the statement "4 + 28", the 2 will first be multiplied by 8..."
There's a missing operator between 2 and 8.

Repeated error, same text:
"...is written as "4 + (28)"..."

--------------------
Issue 2:
http://processing.org/learning/basics/shapeprimitives.html

http://mobile.processing.org/learning/example.php?name=shapeprimitives

In description text for the former, comments for the latter:
"The basic shape primitive functions are triangle(), rect(), quad(), and ellipse(). Squares are made with rect() and circles are made with ellise()."

Note the "ellise()" instead of "ellipse()" at the end of both texts.
--------------------
Issue 3:
http://processing.org/learning/basics/functions.html

Not a typo this time - I believe that draw_target() should be renamed to drawTarget(), for consistency.
Re: Some errors
Reply #1 - Mar 27th, 2008, 5:13am
 
Thank you. These are now all updated and will be corrected online shortly.
Page Index Toggle Pages: 1