This is a behavior of the IEx read-eval-print loop to support multiline expressions, it won’t happen anywhere else. The v
function here is IEx.Helpers.v/1
.
5 Likes
This is a behavior of the IEx read-eval-print loop to support multiline expressions, it won’t happen anywhere else. The v
function here is IEx.Helpers.v/1
.