foldr/3: right reduction
foldl[function-with-x=accumulator-and-y=sequence-element; accumulator; sequence]
foldl[*; 1; {1 + x} map range[100]]