Thnak you Michele .but I am using Jump
On Thursday, May 26, 2016 at 1:00:16 PM UTC+2, Michele Zaffalon wrote: > > At the REPL, you can use workspace() > <http://docs.julialang.org/en/release-0.4/stdlib/base/?highlight=workspace#Base.workspace> > > On Thu, May 26, 2016 at 12:10 PM, <[email protected] <javascript:>> wrote: > >> when i defined the const like >> >> Const a_max = [30,30] >> Const a_min = [0,10] >> >> I fined the warning >> >> WARNING: redefining constant a_max >> WARNING: redefining constant a_min >> >> >> >> how can I resolve this issue ?? Thank you >> >> >> >> >
