Literal data values
- Last UpdatedJul 23, 2024
- 1 minute read
-
You can specify integer values in decimal or hexadecimal notation. For example, 255 or 0xFF.
-
You can specify floating-point values in decimal or scientific notation. For example, 0.001 or 1E-3.
-
To specify a Boolean value, use the numerical values 0 for FALSE and 1 for TRUE.
-
To specify a string value, enclose it in double quotation marks. For example: "This is a string."