DekGenius.com
[ Team LiB ] Previous Section Next Section

D.2 Variable Declaration

The following grammar describes the syntax of the Query.declareVariables( ) argument:

DeclareVariables:
        Variables ;
        Variables

Variables:
        Variable
        Variables ; Variable

Variable:
        Type Identifier
    [ Team LiB ] Previous Section Next Section