Method code for $list.center_lines()

[Turn on line numbering]
arg lines, width, @args;
var line, fmt;

fmt = "%" + width + "c";
return map line in (lines) to (strfmt(fmt, line));

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark