Closed m-ender closed 6 years ago
See this example
%(*`$ $`
On input
a b c
Should print
aa bb cc a b c
But prints
aa a bb b cc c
(Note that interleaving of multiple non-silent stages within the group is fine, but the result of the group should be printed in one batch at the end.)
This is no longer an issue with the new compound stage semantics and will be fixed in Retina 1.0.
See this example
On input
Should print
But prints
(Note that interleaving of multiple non-silent stages within the group is fine, but the result of the group should be printed in one batch at the end.)