A constant is an identifier (name) used to express a simple value. As the name suggests, this value cannot vary during the execution of the script.
1 Predefined constants
There are three predefined constants:
- <true />, for Boolean value true.
- <false />, for Boolean value false.
- <null />, for null object value.