to
Also, on “tagless” lines, convert
qwe < asd
to
qwe less than asd
And, to raise the difficulty level a bit, convert
qwe < asd < zxc
to
qwe less than asd less than zxc
I’m pretty comfortable with tps preprocs but I’m having trouble coming up with a simple algorithm to make this substitution in tcl.
TIA