Method code for $string.rformat()

[Turn off line numbering]
  1: arg first, second, @rest;
  2: 
  3: // so you can mmap a list of strings through strfmt
  4: return strfmt(second, first, @rest);

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

Tlon