[Scilab-users] Scilab 6 // Redefinement of permanent variable does not raise an error!?

Samuel Gougeon sgougeon at free.fr
Sun May 7 19:18:59 CEST 2017


Le 07/05/2017 à 18:39, Dirk Reusch a écrit :
> Hi,
>
> -----------------------------------
>
> Startup execution:
>    loading initial environment
>
> ->a = 123
>   a  =
>   
>      123.
>   
> -->predef("all")
>   
> -->a=456
>
> Redefining permanent variable.
>   
> -->a
>   a  =
>   
>      123.
>
> -----------------------------------
>
> IMHO, an error should be raised as in Scilab 5.5.x!

It is the case:
--> a = 456
Redefining permanent variable.

--> lasterror
  ans  =
Redefining permanent variable.





More information about the users mailing list