New in Wolfram Mathematica 6: Automated Table Layout  previous | next 
Arbitrarily Nested Tables
Mathematica 6 allows tables to appear anywhere in any expression, even nested inside other tables.
In[1]:=

Click for copyable input
NestList[Grid[{{#, #}, {#, #}}, Frame -> All] &, x, 4]
Out[1]=