Open SackCastellon opened 4 years ago
When writing a number with underscores, these are masked as errors:
main() -> X = 1_234.333_333, io:format("~p\n", [X]).
However this code compiles and they are mentioned in the documentation:
Single underscore _ can be inserted between digits as a visual separator.
_
See: Erlang -- Data Types
When writing a number with underscores, these are masked as errors:
However this code compiles and they are mentioned in the documentation:
See: Erlang -- Data Types