A.if =! 5 then B.if <>5 C.if (i <> 5) D.if (i != 5)
A.if (i==5) B.if i=5 then C.if i=5 D.if i==5 then
A.function:myFunction() B.function myFunction() C.function=myFunction()