Quote Originally Posted by hardcore View Post
I used Pic IDE Simulator ver 5.33 from www.oshonsoft.com.
Nice Simulator!!!

For another compiler...

Here's an assignment statement for you.
See if you can figure it out how it works.

Code:
MeLabs PICBASICPRO <> Proton Basic
or maybe

Code:
MeLabs PicBasicPro != Proton Basic
How about

Code:
If MeLabs PicBasicPro = Proton Basic Then
       Pigs = might_fly
EndIf