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
   Bug Fixes, Implemented Suggestions
(Moderator: fry)
   space between parans in void setup
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: space between parans in void setup  (Read 307 times)
Josh Nimoy

jtnimoy WWW Email
space between parans in void setup
« on: Feb 12th, 2003, 3:22pm »

I'm on a PC, windows2000, running p5 v0051, and i found that putting white space between the parens of void setup will result in a "syntax error: unexpected token: ("
 
This works:
 
void setup(){}
 
But this does not:
 
void setup( ){}
 
fry


WWW
Re: space between parans in void setup
« Reply #1 on: Feb 14th, 2003, 2:18am »

grr.. parser.. grr..
 
noted, will be looking into a fix. thanks for the info.
 
fry


WWW
Re: space between parans in void setup
« Reply #2 on: Sep 2nd, 2003, 2:19am »

fixed in 0060 with new parser from dmose
 
Pages: 1 

« Previous topic | Next topic »