var
a: TStringList;
b: specialize TList<Integer>;
...
for i := 0 to a.count-1 do b.add(IntToStr(a[i]));
@b = map { $_ += 0 } @a
Technically, Perl doesn't have types, however, deep in its guts it does know if a variable has been used in a string context. This is for interacting with other languages and protocols. The '+=0' 'numifies' the entry.