Yeah, there’s always quite a bit of meta information in these outputs, so it’s not a big deal to me.
But it does seem like something that could be configurable. I’ve seen some requests to mimic Matlab’s format
command when printing numbers:
>> format short
>> a
a =
0.0853
>> format long
>> a
a =
0.085307484729089
which seems neat. Having an option like that, also for Char
s, could be quite handy.