``` groovy:000> (int) "a" ===> 97 groovy:000...
# announcements
m
Copy code
groovy:000> (int) "a"
===> 97
groovy:000> (int) "0"
===> 48
😱 2