|
Author |
Topic: space between parans in void setup (Read 307 times) |
|
Josh Nimoy
|
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
|
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
|
Re: space between parans in void setup
« Reply #2 on: Sep 2nd, 2003, 2:19am » |
|
fixed in 0060 with new parser from dmose
|
|
|
|
|