home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
demo
/
wit4711
/
lib
/
help
/
flow
/
conditio.
/
conditio.bin
Wrap
Text File
|
1995-12-09
|
530b
|
22 lines
OPERATOR
conditional --- perform conditional testing and output a boolean result
DESCRIPTION
The conditional operator performs conditional testing on two inputs. The user
selects the conditional type using the property window. Currently, the
following conditionals are supported:
==
>
<
!=
>=
<=
The inputs must be one of the basic WIT types, ie., an integer, float,
char, or string. The output type is an integer and is set to 1 if the
conditional is true and 0 if false.