Estoy tratando de obtener la suma de una lista.
La lista newTotal:
{"30.00", "30.00"}
repeat with each from 1 to count of items of newTotal
set myFinalTotal to myFinalTotal + each
end repeat
Pero el resultado es inesperado = 3
¿Cómo debo hacer las cuentas?