sorry, I messed things up when I wrote my previous email
#=> is used in regular code (not doctests) to indicate "returned
value".
plain code:
:foo
#=> :foo
doctest:
iex> :foo
:foo
But how do I represent a value printed on to stdout?
in doctest and regular code