Section A.8.4, Syntax 3-6
Casting

In A.8.4 and Syntax 3-6,  REPLACE

            constant_cast  ::=

                        casting_type ‘ ( constant_expression )

            |            casting_type constant_concatenation

            |            casting_type constant_multiple_concatentation

 

            cast  ::=

                        casting_type ‘ ( expression )

            |            casting_type concatenation

            |            casting_type multiple_concatentation

WITH

            constant_cast  ::=

                        casting_type ‘ ( constant_expression )

            |            simple_type constant_concatenation

            |            simple_type constant_multiple_concatenation

 

            cast  ::=

                        casting_type ‘ ( expression )

            |            simple_type concatenation

            |            simple_type multiple_concatenation