mattn/anko

undefined symbol 'Atoi'

carmel opened this issue · 1 comments

my script as follows:

strconv = import("strconv")

index, _ = strconv.Atoi("12")
println(indx)

Thank you for handling it so quickly, later I used the strconv.ParseInt function instead which also worked.