hi,please help is possible the write the OR function to Vb code?

for example:
Code:
If Inp(&H379) = 95 or 79 Then
  msgbox" OK"
End If