home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / ui / constant. / constant.bin
Text File  |  1995-12-09  |  570b  |  17 lines

  1. OPERATOR
  2.  
  3. constant --- generates a basic constant object
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The constant operator generates a constant object. The value and type of the 
  9. object are determined from the constant parameter based on these rules: 
  10. integer     --- only digits (no decimal point) eg. 3048
  11. float       --- only digits (with decimal point) eg. 3.1415
  12. character   --- one quoted character, eg. 'a'
  13. string      --- many characters (first character is not a digit)
  14.                 eg. abcde105
  15. point       --- ()'s with integers for x and y, eg. (5, 10)
  16. 
  17.