Basic if statement

if value is true

If statement with not

if value 2 is false

if statement with equals

if value 3 is 3

if statement with not equals

if value 4 is not 4

failing if statement (should be empty)

if value is false

using the parser shorthand

if value is true