pl1_variable_def ::= ( "dcl" | "declare" ) ( pl1_host_id | "(" pl1_host_id { "," pl1_host_id } ")" ) pl1_type_spec { char_representation } ";"
This rule is called by -> host_variable_def
-> host_variable_def