What’s the canonical way of fetching lines from st...
# getting-started
f
What’s the canonical way of fetching lines from stdin?
stdin.lineSequence()
looks fine, however stdin is private.