Print list Mar 1, 2016 Prints a list [1, 2, 3] = IO.inspect([1, 2, 3]) # prints "[1, 2, 3]" Related Documentation: Inspect Protocol