Declare Statement |
Syntax | DECLARE %<const_name> [ = <default>] |
Example | DECLARE %thickStreetsScale = 45.3 |
Declares a floating point constant. The constant can be reassigned before the map block and the value of the constant can be used in constant reassignment, conditional expressions, and object creation.