Conditionals
if ( 1 != value ) { ... };
The Conditionals section of this guide is still incomplete. Pending additional information on the following:
If/Else
! (not)
|| (or)
&& (and)
Switch cases
Last updated
if ( 1 != value ) { ... };
The Conditionals section of this guide is still incomplete. Pending additional information on the following:
If/Else
! (not)
|| (or)
&& (and)
Switch cases
Last updated