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 brackets 0056
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Space between brackets 0056  (Read 270 times)
kevin

WWW
Space between brackets 0056
« on: Jul 12th, 2003, 8:48pm »

Hi,
 
Possible bug, code with a space between brackets doens't work. I noticed this because the tutorial has examples using it and p5 chokes on them.
 
Code:

void setup ( ) {
}

 
Throws an 'unexpected token' error.
Change it to this and it works fine:
 
Code:

void setup () {
}

 
 
fry


WWW
Re: Space between brackets 0056
« Reply #1 on: Sep 18th, 2003, 3:46pm »

should no longer be a problem as of 57.
 
Pages: 1 

« Previous topic | Next topic »