Method code for $list.make()

[Turn on line numbering]
arg n, @elt;
var i;

[(elt ?= 0)] = elt;
return map i in [1 .. n] to (elt);

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

the Cold Dark