There are evidently some more string interpolation patterns that aren't documented:
%_ - not sure what this does "next-arg()"
%s - space separated next in seq
%n - newline separated next in seq
are these intended to be hidden or should these be added to the public API ?