Kernel.inspect output in iex

Kernel.inspect/2 isn’t IO.inspect/2

iex(1)> IO.puts(IO.inspect("hello"))
"hello"
hello
:ok
iex(2)>
2 Likes