Thank you. It confuses me a little bit, on the other hand, that this works:
let
include("./file.jl")
end
file.jl:
using Printf
@printf "%.2f" 3.14159
I am glad it works, otherwise the includes would not be portable, but that means that
the include is not equivalent to the typing of the code in the same position.