This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Access help functions for a module using the h command; so | |
h String | |
will give you help related to the String function | |
#### Data types | |
iex> 2 # integer | |
iex> 2.0 # floating point |
OlderNewer