Question: generate a table

Hello! 

I want to generate a table in maple, but with generic content. For example, in Mathematica you can do this using 

table=Table[0,{n=10},{m=2}];
 

and this generates a table with 2 columns and 10 rows with zeros in all its elements. I want to do this exactly but in maple. 

Thanks for your time! 

Please Wait...