Method code for $list.make()

[Turn off line numbering]
  1: arg n, @elt;
  2: var i;
  3: 
  4: [(elt ?= 0)] = elt;
  5: return map i in [1 .. n] to (elt);

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

Tlon