Ok, so I have been messing around with If:then statements but am still confused… Could anyone maybe better explain how to write/read if:then statements other than A?B:C
Ok, so I have been messing around with If:then statements but am still confused… Could anyone maybe better explain how to write/read if:then statements other than A?B:C
For A?B:C
A is a boolean statement meaning it can be true or false. (i.e. GS>50)
If A is TRUE, then B will be the output
If A is FALSE, then C will be the output
On my profile page, there is a tutorial that breaks down the
IF
operator. That may help.