so it’s these two simple lines:
https://hastebin.com/bonopujawa.exs
The first one executes, the second prints to stdout. the output is a
and ok
.
How can I print a
only ?
How can I print ok
only ?
In other words, how can I access them separately ?