Logical Functions
Anchor | ||||
---|---|---|---|---|
|
The values True and False are represented by 1 and 0 respectively in PhixFlow and any function which returns a logical value will return either 1 or 0.
Please also note that any non-null, non-zero value will be treated as True by the logical functions.
Anchor | ||||
---|---|---|---|---|
|
Logical functions may take a Comparator Type parameter which specifies the comparison operations. These are strings with one of the following values:
...