Contents of this page:
If statements are translated to their equivalent Python versions.
VB:
If Value = 10 Or Value = 20 Then DoSomething ElseIf Value = 30 Then DoSomethingElse Else DontDoAnything End If
There are no options specific to the If statement.