Replies: 2 comments
-
Thank you |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://hexdocs.pm/gleam_stdlib/gleam/int.html shows the example
divide(0, 1)
// -> Ok(1)
But the result is really 0.
Beta Was this translation helpful? Give feedback.
All reactions