Call a function: Difference between revisions

m
Line 3,692:
 
<syntaxhighlight lang="langur">val .sum = foldfrom(
fn(.sum, .i, .c) { .sum + number(.c, 36) * .weight[.i] },
0,
pseries len .code,
990

edits