You want something like this using the serial monitor:
if((homeMenuActivated) == true)
{
Serial.println ("Program Number 1");
}
I am kind of glad you asked this, as I am working on a similar program with arduinos that can do the same thing you want.