Right now, tabular returns the table string, so we normally have to print tabular ....
I don't think there is a single time I have used it without printing.
The problem is that more than once, I might have used tabular [...] expecting to print, only to realize after some trial and error that it's not meant to print by itself.
So, the suggestion here would be to:
- either make
tabular output its result
- or make it work like e.g.
info: when called, it prints its results; but with .get it returns it (in the weird case where we actually need the result)
Right now,
tabularreturns the table string, so we normally have toprint tabular ....I don't think there is a single time I have used it without printing.
The problem is that more than once, I might have used
tabular [...]expecting to print, only to realize after some trial and error that it's not meant to print by itself.So, the suggestion here would be to:
tabularoutput its resultinfo: when called, it prints its results; but with.getit returns it (in the weird case where we actually need the result)