Hi everyone!
I little help,
I have this list:
(t t nil t nil nil nil nil t nil t t t t nil t)
and this one:
(44 43 44 44 44 43 44 44 43 44 44 44 43 44 44 44)
Is it possible to added the number with the next when I have nil in the first list?
For example, the 3º number will be added with the 4º (because the 4º is t).
The 5º, 6º, 7º, 8º will be add to the 9º number, because just the 9º number is true?
Thank you very much for the help!
