Handbook
Glossary
alpha-value ( str -- n )
Vocabulary
project-euler
.
common
Inputs
str
an
object
Outputs
n
an
object
Definition
USING:
math
sequences
unicode
;
IN:
project-euler.common
:
alpha-value
( str -- n )
>lower
[
97
-
1
+
]
map-sum
;