can I write all of this
const byte GreenLed = 9;
const byte RedLed = 10;
const byte ServoPin = 8;
const byte LdrPin = 5;
const byte led = 13;
like this?
const byte GreenLed = 9,RedLed = 10,ServoPin = 8,LdrPin = 5,led = 13;
will it use less space in the program ?