Gotcha I guess I will just go with IF, THEN , GO Statements
How exactly would that work

I know I would have to set LED to HIGH

but is this kind of how it would look

IF port.0=1 THEN
port.1 = high

Something like that?