If a = 6 Or 3 Then
After trying the above style once or twice I found it give me a wrong answer so I never use it again.
I never knew it is a valid statement

I can't even see what is it good for, but now that I know it is possible I'll probably find it a good use at some point
A note to Markk:
I do like using binary
for example: In one of my applications I have a groups of users. To be able to set different permissions to the groups I number them using binary numbering - 1, 2, 4, 8, 16....
This way I can give permission to groups 1 and 4 only using 5.