Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c6bd18 + 9cf176f commit 1cbe9acCopy full SHA for 1cbe9ac
index.html
@@ -155,6 +155,7 @@ <h4>Interactive development</h4>
155
iex> c "my_file.ex" # Compiles a file
156
iex> t Enum # Prints types defined in the module Enum
157
iex> h IEx.pry # Prints the documentation for IEx pry functionality
158
+iex> i "Hello, World" # Prints information about the given data type
159
{% endhighlight %}
160
</div>
161
0 commit comments