v-integer ( str -- n )
Form validators

Prev:v-number ( str -- n )
Next:v-one-line ( str -- str )


Vocabulary
validators

Inputs
stra string


Outputs
nan integer


Word description
Converts the string into an integer, throwing a validation error if the string is not a valid integer.

Definition