But sometimes the cramming is necessary. For instance, this works:
Let me count: {label:n={sequence:one:two:three:four:[five]}}.
[five]:
@replace n=one, two, three, four, five
..and the list goes on.
But this doesn't:
Let me count: {label:n={number}}.
[number]:
{sequence:one:two:three:four:[five]}
[five]:
@replace n=one, two, three, four, five
..and the list goes on.
Not only does that introduce unwanted newlines, but it also leaves a spurious "five" on the screen. (That actually looks like a bug.)
One problem is that I have no good model in my head. Text at the right side hand of a replace command is clearly a different beast from text at the right side hand of a label, but how and why? I guess through trial and error I'll develop this model eventually. Sorry for bothering you meanwhile..