int light = 0 ; void setup() { pinMode( 3 , OUTPUT); light = 5 ; if ( light > 3 ) { digitalWrite( 3 , HIGH ); } } void loop() { }