Open lucafavatella opened 11 years ago
The following should give a compile error "Error, var A already defined."
A where var A = 46 var A = 58 end
At the moment the code is parsed and the execution results in 58.
The following should give a compile error "Error, var A already defined."
At the moment the code is parsed and the execution results in 58.