Burt,
He's testing the state of a port pin against the variable Pressed.
The port pin can be either 0 or 1; if pressing the switch changes the pin to a low state, and if Pressed = 0, it's a valid test.
I use a constant for Pressed so I don't need to remember if a switch is high or low when reading the code in the future.
Regarding MrDEB's comment that everyone here is a professional programmer...he's wrong about that too. When I got my first JDM programmer and a 28 pin PIC dev board, I started reading Digital-DIY, MrDEB was already posting about trying to use a 24 volt sensor to a 5 volt PIC input. He was trying to use a complex circuit to avoid buying an appropriate sensor for a couple bucks.
MrDEB may not give up, but he requires an inordinent amount of help to do even the simplest things.