Supported Data Type | Example | Note |
---|---|---|
Boolean |
| Boolean values can be set as either |
Date |
| The Date must be in the ISO format No other formats are allowed. |
Double |
|
|
Integer |
| Assignment expressions in math such as / or * that have double values as part of the expression will truncate the decimal. In the example, |
Object reference |
| References to all the fields of the object are included by default once you declare an object variable. |
null Note: You can set a variable of any data type to null, but you cannot create a null type variable. |
|
|
String |
|
|