Operands
- Last UpdatedJun 06, 2017
- 1 minute read
Operands can be of type Boolean (True or False; also referred to as discrete), numeric (any positive or negative number) and string (alpha-numeric string of any length). The following table describes the valid operands.
|
Operand |
Type |
Description |
|---|---|---|
|
Numeric Constant |
Numeric |
Numeric values. (for example, 123.456) |
|
String Constant |
String |
String of characters within double quotes. (for example, "Allocated") |