base-digits> ( seq radix -- n )


Vocabulary
math.parser

Inputs
seqa sequence
radixan object


Outputs
nan integer


Word description
Converts a sequence of digits (each 'digit' can be any positive integer) in a given radix to an integer.

Definition