Create the list y from the list x repeated n times
80
94102
Vandalized by lxbfYeaa
Classes
y := TList.Create; for i := 1 to n do y.AddList(x);
y = x * n
No security, no password. Other people might choose the same nickname.