I have just recently purchased Pic Basic Pro and I am having trouble with a very simple problem. I am programming a 16F84A and I need to monitor one or two inputs to turn on one out put. It's as simple as that. Oddly enough I have had success with other functions such as lcdout but this simple one is stumping me.
Here is my attempt at code:

If Pin0 = 1 Then outpintwo 'call the pin two function

If Pin0 = 1 AND Pin1 = 1 Then outpintwo

Any advice would be appreciated.
Thanks
Steve Matson