home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
demo
/
wit4711
/
lib
/
help
/
ui
/
constant.
/
constant.bin
Wrap
Text File
|
1995-12-09
|
570b
|
17 lines
OPERATOR
constant --- generates a basic constant object
DESCRIPTION
The constant operator generates a constant object. The value and type of the
object are determined from the constant parameter based on these rules:
integer --- only digits (no decimal point) eg. 3048
float --- only digits (with decimal point) eg. 3.1415
character --- one quoted character, eg. 'a'
string --- many characters (first character is not a digit)
eg. abcde105
point --- ()'s with integers for x and y, eg. (5, 10)