FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Bugs
   Software Bugs
(Moderator: fry)
   065 parens
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: 065 parens  (Read 371 times)
Jerronimo

WWW
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


WWW
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

WWW
Re: 065 parens
« Reply #2 on: Oct 19th, 2003, 3:36am »


 
As a sidenote;  You guys kick ass.  Processing rocks!
 
Pages: 1 

« Previous topic | Next topic »