dec> ( str -- n/f )


Vocabulary
math.parser

Inputs
stra string


Outputs
n/fan integer or f


Word description
Converts a string representing a decimal integer to an integer. Returns f if the string cannot be converted.

Definition

: dec> ( str -- n/f ) 10 base> ; inline