We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I guess this a newbie questions, as I'm starting to program with Processing.
Seems odd to me but I get an "unexpected token: void" error, referring to the "void setup(){" token. What's wrong ? See picture in link below:
https://www.dropbox.com/s/rn7dlyxpjdnjtxl/UnexpectedTokenError.png
Answers
By the way, the very same code runs on Processing for iPad... :(
you're missing a semi colon on the end of your "float i,g,k" line
post the code if you want people to help. posting pictures of your code just means people having to retype stuff.
Thanks koogs.
Here's the code: now it is running fine: