itoa

(itoa integer)

The itoa function returns the given integer as string.

If the function does not succeed, it returns nil.

Examples

: (itoa 2)

"2"

: (itoa -2)

"-2""