Prints a list

[1, 2, 3] = IO.inspect([1, 2, 3])
# prints "[1, 2, 3]"

Related Documentation: Inspect Protocol