Exoteric (exoteric v0.1.1)
Link to this section Summary
Functions
Defines a function of the given name with multiple case clauses.
Prints a variable along with a label of the same text using IO.inspect
Link to this section Functions
Defines a function of the given name with multiple case clauses.
Prints a variable along with a label of the same text using IO.inspect
examples
Examples
iex> hello = "Hello, World!"
...> Exoteric.log(hello)
"""
hello: "Hello, World!"
"""