You are rigtht this behavior is nor really coherent

--> %t | [],
 ans  =

  T

-->1+[]
 ans  =

    1.
The result above are coherents but  those below are not

--> %t & [],
 ans  =

  T

-->1*[]
 ans  =

     []

Serge

Le 22/10/2014 17:43, Stéphane Mottelet a écrit :
Hello,

Do you think that the following behaviour is logical (Scilab 5.5.1) :

-->if [], disp true, end

-->if %t & [], disp true, end

 true

?

S.
_______________________________________________
dev mailing list
dev@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/dev


_______________________________________________
dev mailing list
dev@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/dev

Reply via email to