Handbook
Glossary
dec> ( str -- n/f )
Vocabulary
math
.
parser
Inputs
str
a
string
Outputs
n/f
an
integer
or
f
Word description
Converts a string representing a decimal integer to an integer. Returns
f
if the string cannot be converted.
Definition
IN:
math.parser
:
dec>
( str -- n/f )
10
base>
;
inline