if.false
/
Conditionals /
if.false
By Amit Singh. Posted on
| Title |
: |
if.false |
| Purpose |
: |
Boolean represents one of two values: true or false, If provided variable is false then executes |
| Syntax |
: |
|
|
[if.false "argument1"]/** ** code***/[/if.false] |
|
| Input Parameters |
: |
Array, Boolean, String, Number, Null etc… |
| Return Value |
: |
Code to be executed if condition is false |
| Example 1 |
: |
| Code |
: |
|
|
[if.false template.arg] [aw2.get template.false _string /] false [/if.false ] |
|
| Output |
: |
It will display the text false! |
| Description |
: |
Boolean Values:
Very often, in programming, you will need a data type that can only have one of two values, like
YES / NO
ON / OFF
TRUE / FALSE |
|
Last Modified By Praveen Gupta.