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

  1. OPERATOR
  2.  
  3. conditional --- perform conditional testing and output a boolean result
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The conditional operator performs conditional testing on two inputs. The user 
  9. selects the conditional type using the property window. Currently, the 
  10. following conditionals are supported: 
  11.   ==
  12.   >
  13.   <
  14.   !=
  15.   >=
  16.   <=
  17. 
  18.  
  19. The inputs must be one of the basic WIT types, ie., an integer, float, 
  20. char, or string. The output type is an integer and is set to 1 if the 
  21. conditional is true and 0 if false. 
  22.