Call a function: Difference between revisions

Line 3,692:
 
<syntaxhighlight lang="langur">val .sum = foldfrom(
fn(.sum, .i, .c) .sum + toNumbernumber(.c, 36) x* .weight[.i],
0,
pseries len .code,
split ZLS, .code,
)
# split, pseries, and len using unbounded lists, ending before comma preceding line return</syntaxhighlight>
885

edits