Converts a string into an integer
(atoi string)
Command: (atoi "97")
97
Command: (atoi "3")
3
Command: (atoi "3.9")
3
See Also
-
The itoa function.