> I wonder in what cases the warnings show.  I try to make a simple case 
where I have just one file called "testConst.jl" in which I have the 
following 2 lines:
[code]
const A=12
println(A)
[\code]

Everytime I modify the file and include it on the REPL, I don't get warning 
of redefining constant A.  Why is this?

Reply via email to