Subject Suggestion about variable declaration
Author mohamedbanaouas
hi,
I would like to suggest a feature about variable declaration:

current style:
declare variable i integer;
declare variable j integer;
declare variable k integer;

new style:
declare variable i,j,k integer;

thanks