pl1_variable_def

pl1_variable_def 
      ::= 
      ( "dcl" | "declare" ) 
      ( pl1_host_id 
      | "(" pl1_host_id 
      { "," pl1_host_id } ")" ) 
      pl1_type_spec 
      { char_representation } ";" 

[rule list]
This rule is called by

-> host_variable_def