__Description__: If the option `condition: true` is passed then the array returning result will not be evaluated.

__Default__
```
[<if-condition-true>, <return-val>]
```

__Array Cond__
```
[<if-condition-true>, <ifd>(<return-val>)]
```
