[Scilab-Dev] varn([]) changed

Samuel Gougeon sgougeon at free.fr
Mon Jan 14 23:22:01 CET 2019


Hello,

I was noting that varn([]) changed from Scilab 5 to Scilab 6:

5.5.2:
-->varn([])
          !--error 246
Function not defined for given argument type(s),
   check arguments or define function %s_varn for overloading.

6.0.1:
--> varn([])
  ans  =
     []

This is hard-coded, not in any %s_varn().

This change is not yet documented. I would like to have confirmation 
that it is intentional.

Thanks
Samuel





More information about the dev mailing list