Conversation
Notices
-
✨ Sathy 🏴 (sathariel@pleroma.iro-iro.xyz)'s status on Sunday, 19-Aug-2018 22:15:22 UTC ✨ Sathy 🏴
@angristan it takes a function (and maybe an start value), function take two arguments: an element from the list (actually it should be the list itself, but I'll omit that) and the accumulated value. It returned value is passed to the next call of the function, that will take also the next element of the list (remember I'm omitting a detail)