|
Author |
Topic: 065 parens (Read 371 times) |
|
Jerronimo
|
065 parens
« on: Oct 19th, 2003, 2:50am » |
|
This causes an error: return( color( random( 100 ), 10 + random( 40 ), 25+random(75) )); This does not: return color( random( 100 ), 10 + random( 40 ), 25+random(75) ); I like to put return values in parenthesis... it's a personal style thing. but now it gives me: expecting RPAREN, found '(' This worked on 058, and I just upgraded to 065. (big jump, i know...)
|
|
|
|
fry
|
Re: 065 parens
« Reply #1 on: Oct 19th, 2003, 3:35am » |
|
k, noted. we'll see what the dan the preproc man has to say about it.
|
|
|
|
Jerronimo
|
Re: 065 parens
« Reply #2 on: Oct 19th, 2003, 3:36am » |
|
As a sidenote; You guys kick ass. Processing rocks!
|
|
|
|
|