Using Defines


#define LED   13

You can also use constants if preferred


const int ledPin = 13;