the Int (cast "abc") | |
=> 0 : Int | |
the Int (cast "123") | |
=> 123 : Int |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the Int (cast "abc") | |
=> 0 : Int | |
the Int (cast "123") | |
=> 123 : Int |