Method code for $string.rformat()

[Turn on line numbering]
arg first, second, @rest;

// so you can mmap a list of strings through strfmt
return strfmt(second, first, @rest);

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon