575 B
575 B
Hints
General
- Int and float operators are described in the language tour.
- Functions for working with ints are defined in the
gleam/intmodule. - Functions for working with floats are defined in the
gleam/floatmodule. - Functions for working with strings are defined in the
gleam/stringmodule.