home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / flow / if. / if.bin
Text File  |  1995-12-09  |  433b  |  13 lines

  1. OPERATOR
  2.  
  3. if --- conditional branch
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The if operator provides for conditional branching ability in an igraph. It 
  9. has one boolean parameter, which like all other parameters can be supplied 
  10. from other igraph operators. If the condition is true, the input token is 
  11. passed to the top branch (labelled with a 1 ). Otherwise the input token is 
  12. passed to the bottom branch (labelled with a 0 ). 
  13.