# [String] to [Int] ### Description Cast String values to their Integer representation. Warning: the conversion may fail (when the string has actually no integer counterpart) ### Input - `SOURCE [STRING]`: a list of strings ### Output - `RESULT [INTEGER]`: a list of integers