home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
demo
/
wit4711
/
lib
/
help
/
flow
/
if.
/
if.bin
Wrap
Text File
|
1995-12-09
|
433b
|
13 lines
OPERATOR
if --- conditional branch
DESCRIPTION
The if operator provides for conditional branching ability in an igraph. It
has one boolean parameter, which like all other parameters can be supplied
from other igraph operators. If the condition is true, the input token is
passed to the top branch (labelled with a 1 ). Otherwise the input token is
passed to the bottom branch (labelled with a 0 ).