First time here? Check out the FAQ!
answered 2017-02-04 17:17:48 +0100
The output of table is just that, a table. There used to be a default show but it isn't for this new command. Try show(table([[0]])) and show(table([[1]])) and see what happens.
table
show(table([[0]]))
show(table([[1]]))