You can now make basic tables.
{table}{tr}{td}1{/td}{td}2{/td}{/tr}{tr}{td}3{/td}{td}4{/td}{/tr}{/table}
(using square brackets, not the curly ones) gets you...
But if you try to format the BBCODE nicely, it puts line breaks into the table as well in some browsers (FF, not IE), eg:
{table}
{tr}{td}1{/td}{td}2{/td}{/tr}
{tr}{td}3{/td}{td}4{/td}{/tr}
{/table}
gets you...