you could define your own `print` and `println`, b...
# announcements
h
you could define your own
print
and
println
, but you'll have to
import
them everywhere and recompile everything (because the original function is
inline
).