Posted to tcl by Bradipo at Tue Jul 03 19:06:14 GMT 2018view pretty

% string length [list {*}{
  a
  b
}]
3
% string length { \
  a \
  b \
}
8