SEDOLs: Difference between revisions

Line 2,006:
=={{header|langur}}==
{{trans|Go}}
{{works with|langur|0.6.11}}
<lang langur>val .weight = [1,3,1,7,3,9]
<lang langur>val .csd = f(.code) {
 
val .csd = f(.code) {
given len(.code) {
case 0:
Line 2,019 ⟶ 2,018:
return "invalid character(s)"
}
 
<lang langur> val .weight = [1,3,1,7,3,9]
 
val .sum = foldfrom(
Line 2,024 ⟶ 2,025:
0,
pseries len .code,
split ZLS, .code,
)
 
885

edits