Collects what the top level of the analyzed code prints on its own (as DependencyInfo#implicit
outputs), given that it is echoed at all
(project.assumeImplicitEcho). A statement is only an output if its value is visible: an assignment, a loop,
and every CallProp.Invisible call hand back their result invisibly, while a bare symbol, a constant,
or an ordinary call reaches stdout. Calls another category already reports (a plot, a write, an assertion)
are left to it.
Collects what the top level of the analyzed code prints on its own (as DependencyInfo#implicit outputs), given that it is echoed at all (
project.assumeImplicitEcho). A statement is only an output if its value is visible: an assignment, a loop, and every CallProp.Invisible call hand back their result invisibly, while a bare symbol, a constant, or an ordinary call reaches stdout. Calls another category already reports (a plot, a write, an assertion) are left to it.