variable_declaration

variable_declaration ::= ident { "," ident } ":" type 

[rule list]
This rule is called by

-> declaration -> definition